Shades of Goldenrod #D0CC6E
Tints of Goldenrod #D0CC6E
RGB
CMYK
RGB Variations
Color information
#D0CC6E (or 0xD0CC6E) is known color: Goldenrod. HEX triplet: D0, CC and 6E. RGB value is (208,204,110). Sum of RGB (Red+Green+Blue) = 208+204+110=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC6E is #2F3391. Grayscale: #C2C2C2. Windows color (decimal): -3093394 or 7261392. OLE color: 7261392.
HSL color Cylindrical-coordinate representation of color #D0CC6E: hue angle of 57.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0CC6E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 110 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.18 |
| HSL | 57.55º | 0.51% | 0.62% | - |
| HSV(B) | 57.55º | 0.47% | 0.82% | - |
| XYZ | 50.42 | 57.72 | 23.24 | - |
| YUV | 194.48 | 80.33 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 110 | 0 | 0.02 | 0.47 | 0.18 | 57.55 | 0.51 | 0.62 |
| Hex | D0 | CC | 6E | 0 | 2 | 2F | 12 | 3A | 33 | 3E |
| Octal | 320 | 314 | 156 | 0 | 2 | 57 | 22 | 72 | 63 | 76 |
| Binary | 11010000 | 11001100 | 1101110 | 0 | 10 | 101111 | 10010 | 111010 | 110011 | 111110 |
Color Harmonies of #D0CC6E
Complementary color
Monochromatic Colors of #D0CC6E
Black with #D0CC6E
Text Example
Text Example
White with #D0CC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC6E; }
p { color: rgb(208,204,110); }
H1.HeaderClassName
{
color: #D0CC6E;
}
.AnyTagClassName
{
color: #D0CC6E;
}
</style>
background-color css
<style>
a { background-color: #D0CC6E; }
a { background-color: rgb(208,204,110); }
div.DivClassName
{
background-color: #D0CC6E;
}
.BgClassName
{
background-color: #D0CC6E;
}
</style>
border-color css
<style>
span { border-color: #D0CC6E; }
span { border-color: rgb(208,204,110); }
td.TdClassName
{
border-color: #D0CC6E;
}
.TagClassName
{
border-color: #D0CC6E;
}
</style>