#DBDD79

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

Shades of Goldenrod #DBDD79

Tints of Goldenrod #DBDD79

Color information

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

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

Color convert

RGB219221121-
CMYK0.0100.450.13
HSL61.2º59.52%67.06%-
HSV(B)61.2º45.25%86.67%-
XYZ58.5268.1528.16-
YUV20978.34135.13-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211210.0100.450.1361.259.5267.06
HexDBDD79102DD3d3c43
Octal3333351711055157574103
Binary110110111101110111110011010110111011111011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD79; }

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

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

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

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

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

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

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

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