Shades of Goldenrod #D0CC66
Tints of Goldenrod #D0CC66
RGB
CMYK
RGB Variations
Color information
#D0CC66 (or 0xD0CC66) is known color: Goldenrod. HEX triplet: D0, CC and 66. RGB value is (208,204,102). Sum of RGB (Red+Green+Blue) = 208+204+102=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC66 is #2F3399. Grayscale: #C1C1C1. Windows color (decimal): -3093402 or 6737104. OLE color: 6737104.
HSL color Cylindrical-coordinate representation of color #D0CC66: hue angle of 57.74º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0CC66 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 102 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.18 |
| HSL | 57.74º | 0.53% | 0.61% | - |
| HSV(B) | 57.74º | 0.51% | 0.82% | - |
| XYZ | 50 | 57.55 | 21.04 | - |
| YUV | 193.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 102 | 0 | 0.02 | 0.51 | 0.18 | 57.74 | 0.53 | 0.61 |
| Hex | D0 | CC | 66 | 0 | 2 | 33 | 12 | 3A | 35 | 3D |
| Octal | 320 | 314 | 146 | 0 | 2 | 63 | 22 | 72 | 65 | 75 |
| Binary | 11010000 | 11001100 | 1100110 | 0 | 10 | 110011 | 10010 | 111010 | 110101 | 111101 |
Color Harmonies of #D0CC66
Complementary color
Monochromatic Colors of #D0CC66
Black with #D0CC66
Text Example
Text Example
White with #D0CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC66; }
p { color: rgb(208,204,102); }
H1.HeaderClassName
{
color: #D0CC66;
}
.AnyTagClassName
{
color: #D0CC66;
}
</style>
background-color css
<style>
a { background-color: #D0CC66; }
a { background-color: rgb(208,204,102); }
div.DivClassName
{
background-color: #D0CC66;
}
.BgClassName
{
background-color: #D0CC66;
}
</style>
border-color css
<style>
span { border-color: #D0CC66; }
span { border-color: rgb(208,204,102); }
td.TdClassName
{
border-color: #D0CC66;
}
.TagClassName
{
border-color: #D0CC66;
}
</style>