#D0CC6C

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

Shades of Goldenrod #D0CC6C

Tints of Goldenrod #D0CC6C

Color information

#D0CC6C (or 0xD0CC6C) is unknown color: approx Goldenrod. HEX triplet: D0, CC and 6C. RGB value is (208,204,108). Sum of RGB (Red+Green+Blue) = 208+204+108=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC6C is #2F3393. Grayscale: #C2C2C2. Windows color (decimal): -3093396 or 7130320. OLE color: 7130320.

HSL color Cylindrical-coordinate representation of color #D0CC6C: hue angle of 57.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0CC6C is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208204108-
CMYK00.020.480.18
HSL57.6º51.55%61.96%-
HSV(B)57.6º48.08%81.57%-
XYZ50.3157.6822.67-
YUV194.2579.33137.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 108 (42.58% from 255) = 20.77%
R=40%
G=39.23%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820410800.020.480.1857.651.5561.96
HexD0CC6C0230123a343e
Octal320314154026022726476
Binary1101000011001100110110001011000010010111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CC6C; }

 p { color: rgb(208,204,108); }

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

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

 a { background-color: rgb(208,204,108); }

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

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

 span { border-color: rgb(208,204,108); }

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