#DCDB76

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

Shades of Goldenrod #DCDB76

Tints of Goldenrod #DCDB76

Color information

#DCDB76 (or 0xDCDB76) is unknown color: approx Goldenrod. HEX triplet: DC, DB and 76. RGB value is (220,219,118). Sum of RGB (Red+Green+Blue) = 220+219+118=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB76 is #232489. Grayscale: #D0D0D0. Windows color (decimal): -2303114 or 7789532. OLE color: 7789532.

HSL color Cylindrical-coordinate representation of color #DCDB76: hue angle of 59.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDB76 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220219118-
CMYK00.000.460.14
HSL59.41º59.3%66.27%-
HSV(B)59.41º46.36%86.27%-
XYZ58.1267.1927.04-
YUV207.7877.33136.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 118 (46.48% from 255) = 21.18%
R=39.50%
G=39.32%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021911800.000.460.1459.4159.366.27
HexDCDB76002EE3b3b42
Octal3343331660056167373102
Binary110111001101101111101100010111011101110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB76; }

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

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

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

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

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

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

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

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