#D0DD79

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

Shades of Goldenrod #D0DD79

Tints of Goldenrod #D0DD79

Color information

#D0DD79 (or 0xD0DD79) is unknown color: approx Goldenrod. HEX triplet: D0, DD and 79. RGB value is (208,221,121). Sum of RGB (Red+Green+Blue) = 208+221+121=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD79 is #2F2286. Grayscale: #CECECE. Windows color (decimal): -3089031 or 7986640. OLE color: 7986640.

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

Color convert

RGB208221121-
CMYK0.0600.450.13
HSL67.8º59.52%67.06%-
HSV(B)67.8º45.25%86.67%-
XYZ55.3266.528.01-
YUV205.7180.19129.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 121 (47.66% from 255) = 22%
R=37.82%
G=40.18%
B=22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211210.0600.450.1367.859.5267.06
HexD0DD79602DD443c43
Octal32033517160551510474103
Binary110100001101110111110011100101101110110001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD79; }

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

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

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

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

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

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

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

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