COLOR #D7D02B

HEX: #D7D02B RGB: (215,208,43)

Color info

#D7D02B contains mainly red and green colors. Web safe color of #D7D02B is #CCCC33 (or #CC3).

RGB color model

#D7D02B color RGB value is (215,208,43).

RGB: (215,208,43) (84%, 82%, 17%)

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 43 of 255 = 17%

215
208
43

R + G + B ~ 61%. #D7D02B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 208 + 43 = 466 (100%)
R 215 of 466 ~ 46.14%
G 208 of 466 ~ 44.64%
B 43 of 466 ~ 9.23'%

%46.14
%44.64

CMYK color model

#D7D02B color CMYK value is (0,3,80,16).

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

CMYK: (0,3,80,16)
C0M3Y80K16 (0%, 3%, 80%, 16%)
(0.00 / 0.03 / 0.80 / 0.16)

CMYK percentages

%0
%3.26
%80
%15.69

Codes

Color #D7D02B in popluar color models

D7 D0 2B
RGB 215 208 43
HSL 58° 68.25% 50.59%
HSB/HSV 58° 80.00% 84.31%
CMYK 0.00% 3.26% 80.00%
15.69%

Color #D7D02B in popluar number systems.

HEX D7 D0 2B
Decimal 215 208 43
Binary 11010111 11010000 101011
Octal 327 320 53

Shades and tints

Shades of #D7D02B

#D7D02B
(215,208,43)
#C4BE28
(196,190,40)
#B1AC25
(177,172,37)
#9E9A22
(158,154,34)
#8B881F
(139,136,31)
#78761C
(120,118,28)
#656419
(101,100,25)
#525216
(82,82,22)
#3F4013
(63,64,19)
#2C2E10
(44,46,16)
#191C0D
(25,28,13)
#000000
(0,0,0)

Tints of #D7D02B

#D7D02B
(215,208,43)
#DAD43E
(218,212,62)
#DDD851
(221,216,81)
#E0DC64
(224,220,100)
#E3E077
(227,224,119)
#E6E48A
(230,228,138)
#E9E89D
(233,232,157)
#ECECB0
(236,236,176)
#EFF0C3
(239,240,195)
#F2F4D6
(242,244,214)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D02B; }

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

This text font color is #D7D02B.

Background Color

.myBgColor { background-color: #D7D02B; }

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

This div background color is #D7D02B.

Border color

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

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

This div border color is #D7D02B.

Opacity

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

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

Text with #D7D02B 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 #D7D02B;}

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

This text has shadow with #D7D02B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D02B.

Preview

Color preview on black background

This text has color #D7D02B on black background.


Color preview on white background

This text has color #D7D02B on white background.


Black color preview on #D7D02B background

This text has black color on #D7D02B background.


White color preview on #D7D02B background

This text has white color on #D7D02B background.


Related colors

Complementary color

Complementary color for #hex is #282FD4.


I love getcolorcode.com

Triadic colors

1 #2BD7D0 and #D02BD7 with #D7D02B are triadic colors.

2 #2BD0D7 and #D0D72B with #D7D02B are triadic colors.