Shades of Deco #CEC973
Tints of Deco #CEC973
RGB
CMYK
RGB Variations
Color information
#CEC973 (or 0xCEC973) is known color: Deco. HEX triplet: CE, C9 and 73. RGB value is (206,201,115). Sum of RGB (Red+Green+Blue) = 206+201+115=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC973 is #31368C. Grayscale: #C1C1C1. Windows color (decimal): -3225229 or 7588302. OLE color: 7588302.
HSL color Cylindrical-coordinate representation of color #CEC973: hue angle of 56.7º degrees, saturation: 0.48, 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 #CEC973 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 115 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.19 |
| HSL | 56.7º | 0.48% | 0.63% | - |
| HSV(B) | 56.7º | 0.44% | 0.81% | - |
| XYZ | 49.43 | 56.13 | 24.45 | - |
| YUV | 192.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 115 | 0 | 0.02 | 0.44 | 0.19 | 56.7 | 0.48 | 0.63 |
| Hex | CE | C9 | 73 | 0 | 2 | 2C | 13 | 39 | 30 | 3F |
| Octal | 316 | 311 | 163 | 0 | 2 | 54 | 23 | 71 | 60 | 77 |
| Binary | 11001110 | 11001001 | 1110011 | 0 | 10 | 101100 | 10011 | 111001 | 110000 | 111111 |
Color Harmonies of #CEC973
Complementary color
Monochromatic Colors of #CEC973
Black with #CEC973
Text Example
Text Example
White with #CEC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC973; }
p { color: rgb(206,201,115); }
H1.HeaderClassName
{
color: #CEC973;
}
.AnyTagClassName
{
color: #CEC973;
}
</style>
background-color css
<style>
a { background-color: #CEC973; }
a { background-color: rgb(206,201,115); }
div.DivClassName
{
background-color: #CEC973;
}
.BgClassName
{
background-color: #CEC973;
}
</style>
border-color css
<style>
span { border-color: #CEC973; }
span { border-color: rgb(206,201,115); }
td.TdClassName
{
border-color: #CEC973;
}
.TagClassName
{
border-color: #CEC973;
}
</style>