Shades of Goldenrod #CFC96C
Tints of Goldenrod #CFC96C
RGB
CMYK
RGB Variations
Color information
#CFC96C (or 0xCFC96C) is known color: Goldenrod. HEX triplet: CF, C9 and 6C. RGB value is (207,201,108). Sum of RGB (Red+Green+Blue) = 207+201+108=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC96C is #303693. Grayscale: #C0C0C0. Windows color (decimal): -3159700 or 7129551. OLE color: 7129551.
HSL color Cylindrical-coordinate representation of color #CFC96C: hue angle of 56.36º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFC96C is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 108 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.19 |
| HSL | 56.36º | 0.51% | 0.62% | - |
| HSV(B) | 56.36º | 0.48% | 0.81% | - |
| XYZ | 49.33 | 56.12 | 22.42 | - |
| YUV | 192.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 108 | 0 | 0.03 | 0.48 | 0.19 | 56.36 | 0.51 | 0.62 |
| Hex | CF | C9 | 6C | 0 | 3 | 30 | 13 | 38 | 33 | 3E |
| Octal | 317 | 311 | 154 | 0 | 3 | 60 | 23 | 70 | 63 | 76 |
| Binary | 11001111 | 11001001 | 1101100 | 0 | 11 | 110000 | 10011 | 111000 | 110011 | 111110 |
Color Harmonies of #CFC96C
Complementary color
Monochromatic Colors of #CFC96C
Black with #CFC96C
Text Example
Text Example
White with #CFC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC96C; }
p { color: rgb(207,201,108); }
H1.HeaderClassName
{
color: #CFC96C;
}
.AnyTagClassName
{
color: #CFC96C;
}
</style>
background-color css
<style>
a { background-color: #CFC96C; }
a { background-color: rgb(207,201,108); }
div.DivClassName
{
background-color: #CFC96C;
}
.BgClassName
{
background-color: #CFC96C;
}
</style>
border-color css
<style>
span { border-color: #CFC96C; }
span { border-color: rgb(207,201,108); }
td.TdClassName
{
border-color: #CFC96C;
}
.TagClassName
{
border-color: #CFC96C;
}
</style>