Shades of Deco #CFC978
Tints of Deco #CFC978
RGB
CMYK
RGB Variations
Color information
#CFC978 (or 0xCFC978) is known color: Deco. HEX triplet: CF, C9 and 78. RGB value is (207,201,120). Sum of RGB (Red+Green+Blue) = 207+201+120=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC978 is #303687. Grayscale: #C1C1C1. Windows color (decimal): -3159688 or 7915983. OLE color: 7915983.
HSL color Cylindrical-coordinate representation of color #CFC978: hue angle of 55.86º 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 #CFC978 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 120 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.19 |
| HSL | 55.86º | 0.48% | 0.64% | - |
| HSV(B) | 55.86º | 0.42% | 0.81% | - |
| XYZ | 50.01 | 56.39 | 26.02 | - |
| YUV | 193.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 120 | 0 | 0.03 | 0.42 | 0.19 | 55.86 | 0.48 | 0.64 |
| Hex | CF | C9 | 78 | 0 | 3 | 2A | 13 | 38 | 30 | 40 |
| Octal | 317 | 311 | 170 | 0 | 3 | 52 | 23 | 70 | 60 | 100 |
| Binary | 11001111 | 11001001 | 1111000 | 0 | 11 | 101010 | 10011 | 111000 | 110000 | 1000000 |
Color Harmonies of #CFC978
Complementary color
Monochromatic Colors of #CFC978
Black with #CFC978
Text Example
Text Example
White with #CFC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC978; }
p { color: rgb(207,201,120); }
H1.HeaderClassName
{
color: #CFC978;
}
.AnyTagClassName
{
color: #CFC978;
}
</style>
background-color css
<style>
a { background-color: #CFC978; }
a { background-color: rgb(207,201,120); }
div.DivClassName
{
background-color: #CFC978;
}
.BgClassName
{
background-color: #CFC978;
}
</style>
border-color css
<style>
span { border-color: #CFC978; }
span { border-color: rgb(207,201,120); }
td.TdClassName
{
border-color: #CFC978;
}
.TagClassName
{
border-color: #CFC978;
}
</style>