#DDDB79

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

Shades of Goldenrod #DDDB79

Tints of Goldenrod #DDDB79

Color information

#DDDB79 (or 0xDDDB79) is unknown color: approx Goldenrod. HEX triplet: DD, DB and 79. RGB value is (221,219,121). Sum of RGB (Red+Green+Blue) = 221+219+121=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB79 is #222486. Grayscale: #D0D0D0. Windows color (decimal): -2237575 or 7986141. OLE color: 7986141.

HSL color Cylindrical-coordinate representation of color #DDDB79: hue angle of 58.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 #DDDB79 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB221219121-
CMYK00.010.450.13
HSL58.8º59.52%67.06%-
HSV(B)58.8º45.25%86.67%-
XYZ58.667.4228.01-
YUV208.4378.66136.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 121 (47.66% from 255) = 21.57%
R=39.39%
G=39.04%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121912100.010.450.1358.859.5267.06
HexDDDB79012DD3b3c43
Octal3353331710155157374103
Binary110111011101101111110010110110111011110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB79; }

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

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

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

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

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

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

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

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