#DCDB77

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

Shades of Goldenrod #DCDB77

Tints of Goldenrod #DCDB77

Color information

#DCDB77 (or 0xDCDB77) is unknown color: approx Goldenrod. HEX triplet: DC, DB and 77. RGB value is (220,219,119). Sum of RGB (Red+Green+Blue) = 220+219+119=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB77 is #232488. Grayscale: #D0D0D0. Windows color (decimal): -2303113 or 7855068. OLE color: 7855068.

HSL color Cylindrical-coordinate representation of color #DCDB77: 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 #DCDB77 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB220219119-
CMYK00.000.460.14
HSL59.41º59.06%66.47%-
HSV(B)59.41º45.91%86.27%-
XYZ58.1867.2127.36-
YUV207.977.83136.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 119 (46.88% from 255) = 21.33%
R=39.43%
G=39.25%
B=21.33%

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
Decimal22021911900.000.460.1459.4159.0666.47
HexDCDB77002EE3b3b42
Octal3343331670056167373102
Binary110111001101101111101110010111011101110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB77; }

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

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

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

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

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

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

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

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