Shades of Goldenrod #D1CC6C
Tints of Goldenrod #D1CC6C
RGB
CMYK
RGB Variations
Color information
#D1CC6C (or 0xD1CC6C) is known color: 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
| RGB | 209 | 204 | 108 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.18 |
| HSL | 57.03º | 0.52% | 0.62% | - |
| HSV(B) | 57.03º | 0.48% | 0.82% | - |
| XYZ | 50.59 | 57.82 | 22.68 | - |
| YUV | 194.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 108 | 0 | 0.02 | 0.48 | 0.18 | 57.03 | 0.52 | 0.62 |
| Hex | D1 | CC | 6C | 0 | 2 | 30 | 12 | 39 | 34 | 3E |
| Octal | 321 | 314 | 154 | 0 | 2 | 60 | 22 | 71 | 64 | 76 |
| Binary | 11010001 | 11001100 | 1101100 | 0 | 10 | 110000 | 10010 | 111001 | 110100 | 111110 |
Color Harmonies of #D1CC6C
Complementary color
Monochromatic Colors of #D1CC6C
Black with #D1CC6C
Text Example
Text Example
White with #D1CC6C
Text Example
Text Example
HTML Codes & Css Web 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>