Shades of Goldenrod #D6CE60
Tints of Goldenrod #D6CE60
RGB
CMYK
RGB Variations
Color information
#D6CE60 (or 0xD6CE60) is known color: Goldenrod. HEX triplet: D6, CE and 60. RGB value is (214,206,96). Sum of RGB (Red+Green+Blue) = 214+206+96=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CE60 is #29319F. Grayscale: #C4C4C4. Windows color (decimal): -2699680 or 6344406. OLE color: 6344406.
HSL color Cylindrical-coordinate representation of color #D6CE60: hue angle of 55.93º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6CE60 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 96 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.16 |
| HSL | 55.93º | 0.59% | 0.61% | - |
| HSV(B) | 55.93º | 0.55% | 0.84% | - |
| XYZ | 51.91 | 59.28 | 19.77 | - |
| YUV | 195.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 96 | 0 | 0.04 | 0.55 | 0.16 | 55.93 | 0.59 | 0.61 |
| Hex | D6 | CE | 60 | 0 | 4 | 37 | 10 | 38 | 3B | 3D |
| Octal | 326 | 316 | 140 | 0 | 4 | 67 | 20 | 70 | 73 | 75 |
| Binary | 11010110 | 11001110 | 1100000 | 0 | 100 | 110111 | 10000 | 111000 | 111011 | 111101 |
Color Harmonies of #D6CE60
Complementary color
Monochromatic Colors of #D6CE60
Black with #D6CE60
Text Example
Text Example
White with #D6CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CE60; }
p { color: rgb(214,206,96); }
H1.HeaderClassName
{
color: #D6CE60;
}
.AnyTagClassName
{
color: #D6CE60;
}
</style>
background-color css
<style>
a { background-color: #D6CE60; }
a { background-color: rgb(214,206,96); }
div.DivClassName
{
background-color: #D6CE60;
}
.BgClassName
{
background-color: #D6CE60;
}
</style>
border-color css
<style>
span { border-color: #D6CE60; }
span { border-color: rgb(214,206,96); }
td.TdClassName
{
border-color: #D6CE60;
}
.TagClassName
{
border-color: #D6CE60;
}
</style>