Shades of Deco #CEC981
Tints of Deco #CEC981
RGB
CMYK
RGB Variations
Color information
#CEC981 (or 0xCEC981) is known color: Deco. HEX triplet: CE, C9 and 81. RGB value is (206,201,129). Sum of RGB (Red+Green+Blue) = 206+201+129=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC981 is #31367E. Grayscale: #C2C2C2. Windows color (decimal): -3225215 or 8505806. OLE color: 8505806.
HSL color Cylindrical-coordinate representation of color #CEC981: hue angle of 56.1º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEC981 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 129 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.19 |
| HSL | 56.1º | 0.44% | 0.66% | - |
| HSV(B) | 56.1º | 0.37% | 0.81% | - |
| XYZ | 50.3 | 56.48 | 29.02 | - |
| YUV | 194.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 129 | 0 | 0.02 | 0.37 | 0.19 | 56.1 | 0.44 | 0.66 |
| Hex | CE | C9 | 81 | 0 | 2 | 25 | 13 | 38 | 2C | 42 |
| Octal | 316 | 311 | 201 | 0 | 2 | 45 | 23 | 70 | 54 | 102 |
| Binary | 11001110 | 11001001 | 10000001 | 0 | 10 | 100101 | 10011 | 111000 | 101100 | 1000010 |
Color Harmonies of #CEC981
Complementary color
Monochromatic Colors of #CEC981
Black with #CEC981
Text Example
Text Example
White with #CEC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC981; }
p { color: rgb(206,201,129); }
H1.HeaderClassName
{
color: #CEC981;
}
.AnyTagClassName
{
color: #CEC981;
}
</style>
background-color css
<style>
a { background-color: #CEC981; }
a { background-color: rgb(206,201,129); }
div.DivClassName
{
background-color: #CEC981;
}
.BgClassName
{
background-color: #CEC981;
}
</style>
border-color css
<style>
span { border-color: #CEC981; }
span { border-color: rgb(206,201,129); }
td.TdClassName
{
border-color: #CEC981;
}
.TagClassName
{
border-color: #CEC981;
}
</style>