COLOR #D7D058

HEX: #D7D058 RGB: (215,208,88)

Color info

#D7D058 contains mainly red and green colors. Web safe color of #D7D058 is #CCCC66 (or #CC6).

RGB color model

#D7D058 color RGB value is (215,208,88).

RGB: (215,208,88) (84%, 82%, 35%)

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 88 of 255 = 35%

215
208
88

R + G + B ~ 67%. #D7D058 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 208 + 88 = 511 (100%)
R 215 of 511 ~ 42.07%
G 208 of 511 ~ 40.7%
B 88 of 511 ~ 17.22'%

%42.07
%40.7
%17.22

CMYK color model

#D7D058 color CMYK value is (0,3,59,16).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 59.07%
  • key color value is 15.69%

CMYK: (0,3,59,16)
C0M3Y59K16 (0%, 3%, 59%, 16%)
(0.00 / 0.03 / 0.59 / 0.16)

CMYK percentages

%0
%3.26
%59.07
%15.69

Codes

Color #D7D058 in popluar color models

D7 D0 58
RGB 215 208 88
HSL 57° 61.35% 59.41%
HSB/HSV 57° 59.07% 84.31%
CMYK 0.00% 3.26% 59.07%
15.69%

Color #D7D058 in popluar number systems.

HEX D7 D0 58
Decimal 215 208 88
Binary 11010111 11010000 1011000
Octal 327 320 130

Shades and tints

Shades of #D7D058

#D7D058
(215,208,88)
#C4BE50
(196,190,80)
#B1AC48
(177,172,72)
#9E9A40
(158,154,64)
#8B8838
(139,136,56)
#787630
(120,118,48)
#656428
(101,100,40)
#525220
(82,82,32)
#3F4018
(63,64,24)
#2C2E10
(44,46,16)
#191C08
(25,28,8)
#000000
(0,0,0)

Tints of #D7D058

#D7D058
(215,208,88)
#DAD467
(218,212,103)
#DDD876
(221,216,118)
#E0DC85
(224,220,133)
#E3E094
(227,224,148)
#E6E4A3
(230,228,163)
#E9E8B2
(233,232,178)
#ECECC1
(236,236,193)
#EFF0D0
(239,240,208)
#F2F4DF
(242,244,223)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D058 color. Also use rgb(215,208,88) instead hex code.

Text Font Color

.myTextColor { color: #D7D058; }

<p style="color:#D7D058">This sample text font color is #D7D058.</p>

This text font color is #D7D058.

Background Color

.myBgColor { background-color: #D7D058; }

<div style="background-color:#D7D058">Inner text</div>

This div background color is #D7D058.

Border color

.myBorderColor { border: 1px solid #D7D058; }

<div style="border:3px solid #D7D058">Div</div>

This div border color is #D7D058.

Opacity

.myOpacity80 { color: #D7D058; opacity: 0.8; }

<p style="color:#D7D058;opacity:0.8;">80%</p>

Text with #D7D058 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D7D058;}

<p style="text-shadow: 3px 3px 1px #D7D058">Text here.</p>

This text has shadow with #D7D058 color.


.textShadow {text-shadow: 3px 3px 1px #D7D058', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D7D058, 5px 5px 20px red">Text here.</p>

This text has shadow with #D7D058 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D7D058, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D7D058, Direction=45, Strength=4)">Text</p>

This text has shadow with #D7D058 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D7D058;
-webkit-box-shadow: 1px 1px 3px 2px #D7D058;
box-shadow: 1px 1px 3px 2px #D7D058;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D7D058; -webkit-box-shadow: 1px 1px 3px 2px #D7D058; box-shadow:1px 1px 3px 2px #D7D058;">
Div content here
</div>

This div box has shadow with color #D7D058.

Preview

Color preview on black background

This text has color #D7D058 on black background.


Color preview on white background

This text has color #D7D058 on white background.


Black color preview on #D7D058 background

This text has black color on #D7D058 background.


White color preview on #D7D058 background

This text has white color on #D7D058 background.


Related colors

Complementary color

Complementary color for #hex is #282FA7.


I love getcolorcode.com

Triadic colors

1 #58D7D0 and #D058D7 with #D7D058 are triadic colors.

2 #58D0D7 and #D0D758 with #D7D058 are triadic colors.