Shades of Deco #CFCA84
Tints of Deco #CFCA84
RGB
CMYK
RGB Variations
Color information
#CFCA84 (or 0xCFCA84) is known color: Deco. HEX triplet: CF, CA and 84. RGB value is (207,202,132). Sum of RGB (Red+Green+Blue) = 207+202+132=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCA84 is #30357B. Grayscale: #C3C3C3. Windows color (decimal): -3159420 or 8702671. OLE color: 8702671.
HSL color Cylindrical-coordinate representation of color #CFCA84: hue angle of 56º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFCA84 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 132 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.19 |
| HSL | 56º | 0.44% | 0.66% | - |
| HSV(B) | 56º | 0.36% | 0.81% | - |
| XYZ | 51.02 | 57.17 | 30.18 | - |
| YUV | 195.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 132 | 0 | 0.02 | 0.36 | 0.19 | 56 | 0.44 | 0.66 |
| Hex | CF | CA | 84 | 0 | 2 | 24 | 13 | 38 | 2C | 42 |
| Octal | 317 | 312 | 204 | 0 | 2 | 44 | 23 | 70 | 54 | 102 |
| Binary | 11001111 | 11001010 | 10000100 | 0 | 10 | 100100 | 10011 | 111000 | 101100 | 1000010 |
Color Harmonies of #CFCA84
Complementary color
Monochromatic Colors of #CFCA84
Black with #CFCA84
Text Example
Text Example
White with #CFCA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA84; }
p { color: rgb(207,202,132); }
H1.HeaderClassName
{
color: #CFCA84;
}
.AnyTagClassName
{
color: #CFCA84;
}
</style>
background-color css
<style>
a { background-color: #CFCA84; }
a { background-color: rgb(207,202,132); }
div.DivClassName
{
background-color: #CFCA84;
}
.BgClassName
{
background-color: #CFCA84;
}
</style>
border-color css
<style>
span { border-color: #CFCA84; }
span { border-color: rgb(207,202,132); }
td.TdClassName
{
border-color: #CFCA84;
}
.TagClassName
{
border-color: #CFCA84;
}
</style>