Shades of Goldenrod #D6CE62
Tints of Goldenrod #D6CE62
RGB
CMYK
RGB Variations
Color information
#D6CE62 (or 0xD6CE62) is known color: Goldenrod. HEX triplet: D6, CE and 62. RGB value is (214,206,98). Sum of RGB (Red+Green+Blue) = 214+206+98=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE62 is #29319D. Grayscale: #C4C4C4. Windows color (decimal): -2699678 or 6475478. OLE color: 6475478.
HSL color Cylindrical-coordinate representation of color #D6CE62: hue angle of 55.86º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6CE62 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 98 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.16 |
| HSL | 55.86º | 0.59% | 0.61% | - |
| HSV(B) | 55.86º | 0.54% | 0.84% | - |
| XYZ | 52.01 | 59.32 | 20.26 | - |
| YUV | 196.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 98 | 0 | 0.04 | 0.54 | 0.16 | 55.86 | 0.59 | 0.61 |
| Hex | D6 | CE | 62 | 0 | 4 | 36 | 10 | 38 | 3B | 3D |
| Octal | 326 | 316 | 142 | 0 | 4 | 66 | 20 | 70 | 73 | 75 |
| Binary | 11010110 | 11001110 | 1100010 | 0 | 100 | 110110 | 10000 | 111000 | 111011 | 111101 |
Color Harmonies of #D6CE62
Complementary color
Monochromatic Colors of #D6CE62
Black with #D6CE62
Text Example
Text Example
White with #D6CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE62; }
p { color: rgb(214,206,98); }
H1.HeaderClassName
{
color: #D6CE62;
}
.AnyTagClassName
{
color: #D6CE62;
}
</style>
background-color css
<style>
a { background-color: #D6CE62; }
a { background-color: rgb(214,206,98); }
div.DivClassName
{
background-color: #D6CE62;
}
.BgClassName
{
background-color: #D6CE62;
}
</style>
border-color css
<style>
span { border-color: #D6CE62; }
span { border-color: rgb(214,206,98); }
td.TdClassName
{
border-color: #D6CE62;
}
.TagClassName
{
border-color: #D6CE62;
}
</style>