#D0DD71

Color #D0DD71 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #D0DD71

Tints of Goldenrod #D0DD71

Color information

#D0DD71 (or 0xD0DD71) is unknown color: approx Goldenrod. HEX triplet: D0, DD and 71. RGB value is (208,221,113). Sum of RGB (Red+Green+Blue) = 208+221+113=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD71 is #2F228E. Grayscale: #CDCDCD. Windows color (decimal): -3089039 or 7462352. OLE color: 7462352.

HSL color Cylindrical-coordinate representation of color #D0DD71: hue angle of 67.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0DD71 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB208221113-
CMYK0.0600.490.13
HSL67.22º61.36%65.49%-
HSV(B)67.22º48.87%86.67%-
XYZ54.8566.3225.53-
YUV204.876.19130.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 113 (44.53% from 255) = 20.85%
R=38.38%
G=40.77%
B=20.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211130.0600.490.1367.2261.3665.49
HexD0DD716031D433d41
Octal32033516160611510375101
Binary110100001101110111100011100110001110110000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD71; }

 p { color: rgb(208,221,113); }

 H1.HeaderClassName
 {
   color: #D0DD71;
 }
 .AnyTagClassName
 {
   color: #D0DD71;
 }
</style>
background-color css

<style>
 a { background-color: #D0DD71; }

 a { background-color: rgb(208,221,113); }

 div.DivClassName
 {
   background-color: #D0DD71;
 }
 .BgClassName
 {
   background-color: #D0DD71;
 }
</style>
border-color css

<style>
 span { border-color: #D0DD71; }

 span { border-color: rgb(208,221,113); }

 td.TdClassName
 {
   border-color: #D0DD71;
 }
 .TagClassName
 {
   border-color: #D0DD71;
 }
</style>