#D1CC6C

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

Shades of Goldenrod #D1CC6C

Tints of Goldenrod #D1CC6C

Color information

#D1CC6C (or 0xD1CC6C) is unknown color: approx Goldenrod. HEX triplet: D1, CC and 6C. RGB value is (209,204,108). Sum of RGB (Red+Green+Blue) = 209+204+108=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CC6C is #2E3393. Grayscale: #C2C2C2. Windows color (decimal): -3027860 or 7130321. OLE color: 7130321.

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

Color convert

RGB209204108-
CMYK00.020.480.18
HSL57.03º52.33%62.16%-
HSV(B)57.03º48.33%81.96%-
XYZ50.5957.8222.68-
YUV194.5579.16138.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 108 (42.58% from 255) = 20.73%
R=40.12%
G=39.16%
B=20.73%

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
Decimal20920410800.020.480.1857.0352.3362.16
HexD1CC6C02301239343e
Octal321314154026022716476
Binary1101000111001100110110001011000010010111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CC6C; }

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

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

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

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

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

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

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

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