#DCD776

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

Shades of Goldenrod #DCD776

Tints of Goldenrod #DCD776

Color information

#DCD776 (or 0xDCD776) is unknown color: approx Goldenrod. HEX triplet: DC, D7 and 76. RGB value is (220,215,118). Sum of RGB (Red+Green+Blue) = 220+215+118=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD776 is #232889. Grayscale: #CDCDCD. Windows color (decimal): -2304138 or 7788508. OLE color: 7788508.

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

Color convert

RGB220215118-
CMYK00.020.460.14
HSL57.06º59.3%66.27%-
HSV(B)57.06º46.36%86.27%-
XYZ57.0965.1226.7-
YUV205.4478.66138.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=39.78%
G=38.88%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021511800.020.460.1457.0659.366.27
HexDCD776022EE393b42
Octal3343271660256167173102
Binary1101110011010111111011001010111011101110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD776; }

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

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

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

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

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

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

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

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