Shades of Goldenrod #CFC96D
Tints of Goldenrod #CFC96D
RGB
CMYK
RGB Variations
Color information
#CFC96D (or 0xCFC96D) is known color: Goldenrod. HEX triplet: CF, C9 and 6D. RGB value is (207,201,109). Sum of RGB (Red+Green+Blue) = 207+201+109=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC96D is #303692. Grayscale: #C0C0C0. Windows color (decimal): -3159699 or 7195087. OLE color: 7195087.
HSL color Cylindrical-coordinate representation of color #CFC96D: hue angle of 56.33º degrees, saturation: 0.51, 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 #CFC96D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 109 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.19 |
| HSL | 56.33º | 0.51% | 0.62% | - |
| HSV(B) | 56.33º | 0.47% | 0.81% | - |
| XYZ | 49.38 | 56.14 | 22.7 | - |
| YUV | 192.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 109 | 0 | 0.03 | 0.47 | 0.19 | 56.33 | 0.51 | 0.62 |
| Hex | CF | C9 | 6D | 0 | 3 | 2F | 13 | 38 | 33 | 3E |
| Octal | 317 | 311 | 155 | 0 | 3 | 57 | 23 | 70 | 63 | 76 |
| Binary | 11001111 | 11001001 | 1101101 | 0 | 11 | 101111 | 10011 | 111000 | 110011 | 111110 |
Color Harmonies of #CFC96D
Complementary color
Monochromatic Colors of #CFC96D
Black with #CFC96D
Text Example
Text Example
White with #CFC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC96D; }
p { color: rgb(207,201,109); }
H1.HeaderClassName
{
color: #CFC96D;
}
.AnyTagClassName
{
color: #CFC96D;
}
</style>
background-color css
<style>
a { background-color: #CFC96D; }
a { background-color: rgb(207,201,109); }
div.DivClassName
{
background-color: #CFC96D;
}
.BgClassName
{
background-color: #CFC96D;
}
</style>
border-color css
<style>
span { border-color: #CFC96D; }
span { border-color: rgb(207,201,109); }
td.TdClassName
{
border-color: #CFC96D;
}
.TagClassName
{
border-color: #CFC96D;
}
</style>