Shades of Goldenrod #CFC96E
Tints of Goldenrod #CFC96E
RGB
CMYK
RGB Variations
Color information
#CFC96E (or 0xCFC96E) is known color: Goldenrod. HEX triplet: CF, C9 and 6E. RGB value is (207,201,110). Sum of RGB (Red+Green+Blue) = 207+201+110=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC96E is #303691. Grayscale: #C0C0C0. Windows color (decimal): -3159698 or 7260623. OLE color: 7260623.
HSL color Cylindrical-coordinate representation of color #CFC96E: hue angle of 56.29º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFC96E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 110 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.19 |
| HSL | 56.29º | 0.5% | 0.62% | - |
| HSV(B) | 56.29º | 0.47% | 0.81% | - |
| XYZ | 49.43 | 56.16 | 22.99 | - |
| YUV | 192.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 110 | 0 | 0.03 | 0.47 | 0.19 | 56.29 | 0.5 | 0.62 |
| Hex | CF | C9 | 6E | 0 | 3 | 2F | 13 | 38 | 32 | 3E |
| Octal | 317 | 311 | 156 | 0 | 3 | 57 | 23 | 70 | 62 | 76 |
| Binary | 11001111 | 11001001 | 1101110 | 0 | 11 | 101111 | 10011 | 111000 | 110010 | 111110 |
Color Harmonies of #CFC96E
Complementary color
Monochromatic Colors of #CFC96E
Black with #CFC96E
Text Example
Text Example
White with #CFC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC96E; }
p { color: rgb(207,201,110); }
H1.HeaderClassName
{
color: #CFC96E;
}
.AnyTagClassName
{
color: #CFC96E;
}
</style>
background-color css
<style>
a { background-color: #CFC96E; }
a { background-color: rgb(207,201,110); }
div.DivClassName
{
background-color: #CFC96E;
}
.BgClassName
{
background-color: #CFC96E;
}
</style>
border-color css
<style>
span { border-color: #CFC96E; }
span { border-color: rgb(207,201,110); }
td.TdClassName
{
border-color: #CFC96E;
}
.TagClassName
{
border-color: #CFC96E;
}
</style>