Shades of Goldenrod #CFC96A
Tints of Goldenrod #CFC96A
RGB
CMYK
RGB Variations
Color information
#CFC96A (or 0xCFC96A) is known color: Goldenrod. HEX triplet: CF, C9 and 6A. RGB value is (207,201,106). Sum of RGB (Red+Green+Blue) = 207+201+106=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC96A is #303695. Grayscale: #C0C0C0. Windows color (decimal): -3159702 or 6998479. OLE color: 6998479.
HSL color Cylindrical-coordinate representation of color #CFC96A: hue angle of 56.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC96A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 106 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.19 |
| HSL | 56.44º | 0.51% | 0.61% | - |
| HSV(B) | 56.44º | 0.49% | 0.81% | - |
| XYZ | 49.22 | 56.08 | 21.87 | - |
| YUV | 191.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 106 | 0 | 0.03 | 0.49 | 0.19 | 56.44 | 0.51 | 0.61 |
| Hex | CF | C9 | 6A | 0 | 3 | 31 | 13 | 38 | 33 | 3D |
| Octal | 317 | 311 | 152 | 0 | 3 | 61 | 23 | 70 | 63 | 75 |
| Binary | 11001111 | 11001001 | 1101010 | 0 | 11 | 110001 | 10011 | 111000 | 110011 | 111101 |
Color Harmonies of #CFC96A
Complementary color
Monochromatic Colors of #CFC96A
Black with #CFC96A
Text Example
Text Example
White with #CFC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC96A; }
p { color: rgb(207,201,106); }
H1.HeaderClassName
{
color: #CFC96A;
}
.AnyTagClassName
{
color: #CFC96A;
}
</style>
background-color css
<style>
a { background-color: #CFC96A; }
a { background-color: rgb(207,201,106); }
div.DivClassName
{
background-color: #CFC96A;
}
.BgClassName
{
background-color: #CFC96A;
}
</style>
border-color css
<style>
span { border-color: #CFC96A; }
span { border-color: rgb(207,201,106); }
td.TdClassName
{
border-color: #CFC96A;
}
.TagClassName
{
border-color: #CFC96A;
}
</style>