Shades of Goldenrod #D6CF60
Tints of Goldenrod #D6CF60
RGB
CMYK
RGB Variations
Color information
#D6CF60 (or 0xD6CF60) is known color: Goldenrod. HEX triplet: D6, CF and 60. RGB value is (214,207,96). Sum of RGB (Red+Green+Blue) = 214+207+96=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CF60 is #29309F. Grayscale: #C4C4C4. Windows color (decimal): -2699424 or 6344662. OLE color: 6344662.
HSL color Cylindrical-coordinate representation of color #D6CF60: hue angle of 56.44º 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 #D6CF60 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 96 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.16 |
| HSL | 56.44º | 0.59% | 0.61% | - |
| HSV(B) | 56.44º | 0.55% | 0.84% | - |
| XYZ | 52.16 | 59.77 | 19.85 | - |
| YUV | 196.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 96 | 0 | 0.03 | 0.55 | 0.16 | 56.44 | 0.59 | 0.61 |
| Hex | D6 | CF | 60 | 0 | 3 | 37 | 10 | 38 | 3B | 3D |
| Octal | 326 | 317 | 140 | 0 | 3 | 67 | 20 | 70 | 73 | 75 |
| Binary | 11010110 | 11001111 | 1100000 | 0 | 11 | 110111 | 10000 | 111000 | 111011 | 111101 |
Color Harmonies of #D6CF60
Complementary color
Monochromatic Colors of #D6CF60
Black with #D6CF60
Text Example
Text Example
White with #D6CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF60; }
p { color: rgb(214,207,96); }
H1.HeaderClassName
{
color: #D6CF60;
}
.AnyTagClassName
{
color: #D6CF60;
}
</style>
background-color css
<style>
a { background-color: #D6CF60; }
a { background-color: rgb(214,207,96); }
div.DivClassName
{
background-color: #D6CF60;
}
.BgClassName
{
background-color: #D6CF60;
}
</style>
border-color css
<style>
span { border-color: #D6CF60; }
span { border-color: rgb(214,207,96); }
td.TdClassName
{
border-color: #D6CF60;
}
.TagClassName
{
border-color: #D6CF60;
}
</style>