#DBDD76

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

Shades of Goldenrod #DBDD76

Tints of Goldenrod #DBDD76

Color information

#DBDD76 (or 0xDBDD76) is unknown color: approx Goldenrod. HEX triplet: DB, DD and 76. RGB value is (219,221,118). Sum of RGB (Red+Green+Blue) = 219+221+118=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD76 is #242289. Grayscale: #D1D1D1. Windows color (decimal): -2368138 or 7790043. OLE color: 7790043.

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

Color convert

RGB219221118-
CMYK0.0100.470.13
HSL61.17º60.23%66.47%-
HSV(B)61.17º46.61%86.67%-
XYZ58.3468.0827.21-
YUV208.6676.84135.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 118 (46.48% from 255) = 21.15%
R=39.25%
G=39.61%
B=21.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192211180.0100.470.1361.1760.2366.47
HexDBDD76102FD3d3c42
Octal3333351661057157574102
Binary110110111101110111101101010111111011111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD76; }

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

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

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

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

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

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

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

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