COLOR #D0D017

HEX: #D0D017
RGB: (208,208,23)

Color info

#D0D017 contains mainly red and green colors. Web safe color of #D0D017 is #CCCC00 (or #CC0).

RGB color model

#D0D017 color RGB value is (208,208,23).

  • red value is 208;
  • green value is 208;
  • blue value is 23.
RGB:
(208,208,23)
(82%,82%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 23 of 255 = 9%

208
208
23

R + G + B ~ 58%. #D0D017 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 23 = 439 (100%)
R 208 of 439 ~ 47.38%
G 208 of 439 ~ 47.38%
B 23 of 439 ~ 5.24%

%47.38
%47.38

CMYK color model

#D0D017 color CMYK value is (0,0,89,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 88.94%
  • key color value is 18.43%
CMYK:
(0,0,89,18)
C0M0Y89K18 
(0%,0%,89%,18%)
(0.00/0.00/0.89/0.18)	

CMYK percentages

%0
%0
%88.94
%18.43

Codes

Color #D0D017 in popluar color models

D0D017
RGB20820823
HSL60°80.09%45.29%
HSB/HSV60°88.94%81.57%
CMYK0.00%0.00%88.94%
18.43%

Color #D0D017 in popluar number systems.

HEXD0D017
Decimal20820823
Binary110100001101000010111
Octal32032027

Shades and tints

Shades of #D0D017

#D0D017
(208,208,23)
#BEBE15
(190,190,21)
#ACAC13
(172,172,19)
#9A9A11
(154,154,17)
#88880F
(136,136,15)
#76760D
(118,118,13)
#64640B
(100,100,11)
#525209
(82,82,9)
#404007
(64,64,7)
#2E2E05
(46,46,5)
#1C1C03
(28,28,3)
#000000
(0,0,0)

Tints of #D0D017

#D0D017
(208,208,23)
#D4D42C
(212,212,44)
#D8D841
(216,216,65)
#DCDC56
(220,220,86)
#E0E06B
(224,224,107)
#E4E480
(228,228,128)
#E8E895
(232,232,149)
#ECECAA
(236,236,170)
#F0F0BF
(240,240,191)
#F4F4D4
(244,244,212)
#F8F8E9
(248,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D017; }

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

This text font color is #D0D017.


Background Color

.myBgColor { background-color: #D0D017; }

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

This div background color is #D0D017.


Border color

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

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

This div border color is #D0D017.


Opacity

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

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

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

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

This text has shadow with #D0D017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D017 on black background.


Color preview on white background

This text has color #D0D017 on white background.



Black color preview on #D0D017 background

This text has black color on #D0D017 background.


White color preview on #D0D017 background

This text has white color on #D0D017 background.