Shades of Deco #CFCA78
Tints of Deco #CFCA78
RGB
CMYK
RGB Variations
Color information
#CFCA78 (or 0xCFCA78) is known color: Deco. HEX triplet: CF, CA and 78. RGB value is (207,202,120). Sum of RGB (Red+Green+Blue) = 207+202+120=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA78 is #303587. Grayscale: #C2C2C2. Windows color (decimal): -3159432 or 7916239. OLE color: 7916239.
HSL color Cylindrical-coordinate representation of color #CFCA78: hue angle of 56.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFCA78 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 120 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.19 |
| HSL | 56.55º | 0.48% | 0.64% | - |
| HSV(B) | 56.55º | 0.42% | 0.81% | - |
| XYZ | 50.24 | 56.86 | 26.1 | - |
| YUV | 194.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 120 | 0 | 0.02 | 0.42 | 0.19 | 56.55 | 0.48 | 0.64 |
| Hex | CF | CA | 78 | 0 | 2 | 2A | 13 | 39 | 30 | 40 |
| Octal | 317 | 312 | 170 | 0 | 2 | 52 | 23 | 71 | 60 | 100 |
| Binary | 11001111 | 11001010 | 1111000 | 0 | 10 | 101010 | 10011 | 111001 | 110000 | 1000000 |
Color Harmonies of #CFCA78
Complementary color
Monochromatic Colors of #CFCA78
Black with #CFCA78
Text Example
Text Example
White with #CFCA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA78; }
p { color: rgb(207,202,120); }
H1.HeaderClassName
{
color: #CFCA78;
}
.AnyTagClassName
{
color: #CFCA78;
}
</style>
background-color css
<style>
a { background-color: #CFCA78; }
a { background-color: rgb(207,202,120); }
div.DivClassName
{
background-color: #CFCA78;
}
.BgClassName
{
background-color: #CFCA78;
}
</style>
border-color css
<style>
span { border-color: #CFCA78; }
span { border-color: rgb(207,202,120); }
td.TdClassName
{
border-color: #CFCA78;
}
.TagClassName
{
border-color: #CFCA78;
}
</style>