Shades of Deco #CFC974
Tints of Deco #CFC974
RGB
CMYK
RGB Variations
Color information
#CFC974 (or 0xCFC974) is known color: Deco. HEX triplet: CF, C9 and 74. RGB value is (207,201,116). Sum of RGB (Red+Green+Blue) = 207+201+116=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC974 is #30368B. Grayscale: #C1C1C1. Windows color (decimal): -3159692 or 7653839. OLE color: 7653839.
HSL color Cylindrical-coordinate representation of color #CFC974: hue angle of 56.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFC974 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 116 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.19 |
| HSL | 56.04º | 0.49% | 0.63% | - |
| HSV(B) | 56.04º | 0.44% | 0.81% | - |
| XYZ | 49.77 | 56.3 | 24.77 | - |
| YUV | 193.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 116 | 0 | 0.03 | 0.44 | 0.19 | 56.04 | 0.49 | 0.63 |
| Hex | CF | C9 | 74 | 0 | 3 | 2C | 13 | 38 | 31 | 3F |
| Octal | 317 | 311 | 164 | 0 | 3 | 54 | 23 | 70 | 61 | 77 |
| Binary | 11001111 | 11001001 | 1110100 | 0 | 11 | 101100 | 10011 | 111000 | 110001 | 111111 |
Color Harmonies of #CFC974
Complementary color
Monochromatic Colors of #CFC974
Black with #CFC974
Text Example
Text Example
White with #CFC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC974; }
p { color: rgb(207,201,116); }
H1.HeaderClassName
{
color: #CFC974;
}
.AnyTagClassName
{
color: #CFC974;
}
</style>
background-color css
<style>
a { background-color: #CFC974; }
a { background-color: rgb(207,201,116); }
div.DivClassName
{
background-color: #CFC974;
}
.BgClassName
{
background-color: #CFC974;
}
</style>
border-color css
<style>
span { border-color: #CFC974; }
span { border-color: rgb(207,201,116); }
td.TdClassName
{
border-color: #CFC974;
}
.TagClassName
{
border-color: #CFC974;
}
</style>