Shades of Goldenrod #D6CE66
Tints of Goldenrod #D6CE66
RGB
CMYK
RGB Variations
Color information
#D6CE66 (or 0xD6CE66) is known color: Goldenrod. HEX triplet: D6, CE and 66. RGB value is (214,206,102). Sum of RGB (Red+Green+Blue) = 214+206+102=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE66 is #293199. Grayscale: #C4C4C4. Windows color (decimal): -2699674 or 6737622. OLE color: 6737622.
HSL color Cylindrical-coordinate representation of color #D6CE66: hue angle of 55.71º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6CE66 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 102 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.16 |
| HSL | 55.71º | 0.58% | 0.62% | - |
| HSV(B) | 55.71º | 0.52% | 0.84% | - |
| XYZ | 52.2 | 59.4 | 21.28 | - |
| YUV | 196.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 102 | 0 | 0.04 | 0.52 | 0.16 | 55.71 | 0.58 | 0.62 |
| Hex | D6 | CE | 66 | 0 | 4 | 34 | 10 | 38 | 3A | 3E |
| Octal | 326 | 316 | 146 | 0 | 4 | 64 | 20 | 70 | 72 | 76 |
| Binary | 11010110 | 11001110 | 1100110 | 0 | 100 | 110100 | 10000 | 111000 | 111010 | 111110 |
Color Harmonies of #D6CE66
Complementary color
Monochromatic Colors of #D6CE66
Black with #D6CE66
Text Example
Text Example
White with #D6CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE66; }
p { color: rgb(214,206,102); }
H1.HeaderClassName
{
color: #D6CE66;
}
.AnyTagClassName
{
color: #D6CE66;
}
</style>
background-color css
<style>
a { background-color: #D6CE66; }
a { background-color: rgb(214,206,102); }
div.DivClassName
{
background-color: #D6CE66;
}
.BgClassName
{
background-color: #D6CE66;
}
</style>
border-color css
<style>
span { border-color: #D6CE66; }
span { border-color: rgb(214,206,102); }
td.TdClassName
{
border-color: #D6CE66;
}
.TagClassName
{
border-color: #D6CE66;
}
</style>