Shades of Deco #CFC970
Tints of Deco #CFC970
RGB
CMYK
RGB Variations
Color information
#CFC970 (or 0xCFC970) is known color: Deco. HEX triplet: CF, C9 and 70. RGB value is (207,201,112). Sum of RGB (Red+Green+Blue) = 207+201+112=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC970 is #30368F. Grayscale: #C1C1C1. Windows color (decimal): -3159696 or 7391695. OLE color: 7391695.
HSL color Cylindrical-coordinate representation of color #CFC970: hue angle of 56.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFC970 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 112 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 56.21º | 0.5% | 0.63% | - |
| HSV(B) | 56.21º | 0.46% | 0.81% | - |
| XYZ | 49.54 | 56.21 | 23.57 | - |
| YUV | 192.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 112 | 0 | 0.03 | 0.46 | 0.19 | 56.21 | 0.5 | 0.63 |
| Hex | CF | C9 | 70 | 0 | 3 | 2E | 13 | 38 | 32 | 3F |
| Octal | 317 | 311 | 160 | 0 | 3 | 56 | 23 | 70 | 62 | 77 |
| Binary | 11001111 | 11001001 | 1110000 | 0 | 11 | 101110 | 10011 | 111000 | 110010 | 111111 |
Color Harmonies of #CFC970
Complementary color
Monochromatic Colors of #CFC970
Black with #CFC970
Text Example
Text Example
White with #CFC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC970; }
p { color: rgb(207,201,112); }
H1.HeaderClassName
{
color: #CFC970;
}
.AnyTagClassName
{
color: #CFC970;
}
</style>
background-color css
<style>
a { background-color: #CFC970; }
a { background-color: rgb(207,201,112); }
div.DivClassName
{
background-color: #CFC970;
}
.BgClassName
{
background-color: #CFC970;
}
</style>
border-color css
<style>
span { border-color: #CFC970; }
span { border-color: rgb(207,201,112); }
td.TdClassName
{
border-color: #CFC970;
}
.TagClassName
{
border-color: #CFC970;
}
</style>