Shades of Goldenrod #CFD860
Tints of Goldenrod #CFD860
RGB
CMYK
RGB Variations
Color information
#CFD860 (or 0xCFD860) is known color: Goldenrod. HEX triplet: CF, D8 and 60. RGB value is (207,216,96). Sum of RGB (Red+Green+Blue) = 207+216+96=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD860 is #30279F. Grayscale: #C8C8C8. Windows color (decimal): -3155872 or 6346959. OLE color: 6346959.
HSL color Cylindrical-coordinate representation of color #CFD860: hue angle of 64.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFD860 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 96 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.15 |
| HSL | 64.5º | 0.61% | 0.61% | - |
| HSV(B) | 64.5º | 0.56% | 0.85% | - |
| XYZ | 52.4 | 63.22 | 20.51 | - |
| YUV | 199.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 96 | 0.04 | 0 | 0.56 | 0.15 | 64.5 | 0.61 | 0.61 |
| Hex | CF | D8 | 60 | 4 | 0 | 38 | F | 40 | 3D | 3D |
| Octal | 317 | 330 | 140 | 4 | 0 | 70 | 17 | 100 | 75 | 75 |
| Binary | 11001111 | 11011000 | 1100000 | 100 | 0 | 111000 | 1111 | 1000000 | 111101 | 111101 |
Color Harmonies of #CFD860
Complementary color
Monochromatic Colors of #CFD860
Black with #CFD860
Text Example
Text Example
White with #CFD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD860; }
p { color: rgb(207,216,96); }
H1.HeaderClassName
{
color: #CFD860;
}
.AnyTagClassName
{
color: #CFD860;
}
</style>
background-color css
<style>
a { background-color: #CFD860; }
a { background-color: rgb(207,216,96); }
div.DivClassName
{
background-color: #CFD860;
}
.BgClassName
{
background-color: #CFD860;
}
</style>
border-color css
<style>
span { border-color: #CFD860; }
span { border-color: rgb(207,216,96); }
td.TdClassName
{
border-color: #CFD860;
}
.TagClassName
{
border-color: #CFD860;
}
</style>