Shades of Goldenrod #D0CC6C
Tints of Goldenrod #D0CC6C
RGB
CMYK
RGB Variations
Color information
#D0CC6C (or 0xD0CC6C) is known color: 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
| RGB | 208 | 204 | 108 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.18 |
| HSL | 57.6º | 0.52% | 0.62% | - |
| HSV(B) | 57.6º | 0.48% | 0.82% | - |
| XYZ | 50.31 | 57.68 | 22.67 | - |
| YUV | 194.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 108 | 0 | 0.02 | 0.48 | 0.18 | 57.6 | 0.52 | 0.62 |
| Hex | D0 | CC | 6C | 0 | 2 | 30 | 12 | 3A | 34 | 3E |
| Octal | 320 | 314 | 154 | 0 | 2 | 60 | 22 | 72 | 64 | 76 |
| Binary | 11010000 | 11001100 | 1101100 | 0 | 10 | 110000 | 10010 | 111010 | 110100 | 111110 |
Color Harmonies of #D0CC6C
Complementary color
Monochromatic Colors of #D0CC6C
Black with #D0CC6C
Text Example
Text Example
White with #D0CC6C
Text Example
Text Example
HTML Codes & Css Web 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>