Shades of Goldenrod #D0CE66
Tints of Goldenrod #D0CE66
RGB
CMYK
RGB Variations
Color information
#D0CE66 (or 0xD0CE66) is known color: Goldenrod. HEX triplet: D0, CE and 66. RGB value is (208,206,102). Sum of RGB (Red+Green+Blue) = 208+206+102=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CE66 is #2F3199. Grayscale: #C3C3C3. Windows color (decimal): -3092890 or 6737616. OLE color: 6737616.
HSL color Cylindrical-coordinate representation of color #D0CE66: hue angle of 58.87º 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 #D0CE66 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 102 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.18 |
| HSL | 58.87º | 0.53% | 0.61% | - |
| HSV(B) | 58.87º | 0.51% | 0.82% | - |
| XYZ | 50.48 | 58.51 | 21.2 | - |
| YUV | 194.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 102 | 0 | 0.01 | 0.51 | 0.18 | 58.87 | 0.53 | 0.61 |
| Hex | D0 | CE | 66 | 0 | 1 | 33 | 12 | 3B | 35 | 3D |
| Octal | 320 | 316 | 146 | 0 | 1 | 63 | 22 | 73 | 65 | 75 |
| Binary | 11010000 | 11001110 | 1100110 | 0 | 1 | 110011 | 10010 | 111011 | 110101 | 111101 |
Color Harmonies of #D0CE66
Complementary color
Monochromatic Colors of #D0CE66
Black with #D0CE66
Text Example
Text Example
White with #D0CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE66; }
p { color: rgb(208,206,102); }
H1.HeaderClassName
{
color: #D0CE66;
}
.AnyTagClassName
{
color: #D0CE66;
}
</style>
background-color css
<style>
a { background-color: #D0CE66; }
a { background-color: rgb(208,206,102); }
div.DivClassName
{
background-color: #D0CE66;
}
.BgClassName
{
background-color: #D0CE66;
}
</style>
border-color css
<style>
span { border-color: #D0CE66; }
span { border-color: rgb(208,206,102); }
td.TdClassName
{
border-color: #D0CE66;
}
.TagClassName
{
border-color: #D0CE66;
}
</style>