Shades of Deco #CFCA70
Tints of Deco #CFCA70
RGB
CMYK
RGB Variations
Color information
#CFCA70 (or 0xCFCA70) is known color: Deco. HEX triplet: CF, CA and 70. RGB value is (207,202,112). Sum of RGB (Red+Green+Blue) = 207+202+112=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA70 is #30358F. Grayscale: #C1C1C1. Windows color (decimal): -3159440 or 7391951. OLE color: 7391951.
HSL color Cylindrical-coordinate representation of color #CFCA70: hue angle of 56.84º 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 #CFCA70 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 112 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.19 |
| HSL | 56.84º | 0.5% | 0.63% | - |
| HSV(B) | 56.84º | 0.46% | 0.81% | - |
| XYZ | 49.78 | 56.68 | 23.65 | - |
| YUV | 193.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 112 | 0 | 0.02 | 0.46 | 0.19 | 56.84 | 0.5 | 0.63 |
| Hex | CF | CA | 70 | 0 | 2 | 2E | 13 | 39 | 32 | 3F |
| Octal | 317 | 312 | 160 | 0 | 2 | 56 | 23 | 71 | 62 | 77 |
| Binary | 11001111 | 11001010 | 1110000 | 0 | 10 | 101110 | 10011 | 111001 | 110010 | 111111 |
Color Harmonies of #CFCA70
Complementary color
Monochromatic Colors of #CFCA70
Black with #CFCA70
Text Example
Text Example
White with #CFCA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA70; }
p { color: rgb(207,202,112); }
H1.HeaderClassName
{
color: #CFCA70;
}
.AnyTagClassName
{
color: #CFCA70;
}
</style>
background-color css
<style>
a { background-color: #CFCA70; }
a { background-color: rgb(207,202,112); }
div.DivClassName
{
background-color: #CFCA70;
}
.BgClassName
{
background-color: #CFCA70;
}
</style>
border-color css
<style>
span { border-color: #CFCA70; }
span { border-color: rgb(207,202,112); }
td.TdClassName
{
border-color: #CFCA70;
}
.TagClassName
{
border-color: #CFCA70;
}
</style>