Shades of Deco #CECD81
Tints of Deco #CECD81
RGB
CMYK
RGB Variations
Color information
#CECD81 (or 0xCECD81) is known color: Deco. HEX triplet: CE, CD and 81. RGB value is (206,205,129). Sum of RGB (Red+Green+Blue) = 206+205+129=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD81 is #31327E. Grayscale: #C4C4C4. Windows color (decimal): -3224191 or 8506830. OLE color: 8506830.
HSL color Cylindrical-coordinate representation of color #CECD81: hue angle of 59.22º 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 #CECD81 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 129 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.19 |
| HSL | 59.22º | 0.44% | 0.66% | - |
| HSV(B) | 59.22º | 0.37% | 0.81% | - |
| XYZ | 51.25 | 58.37 | 29.33 | - |
| YUV | 196.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 129 | 0 | 0.00 | 0.37 | 0.19 | 59.22 | 0.44 | 0.66 |
| Hex | CE | CD | 81 | 0 | 0 | 25 | 13 | 3B | 2C | 42 |
| Octal | 316 | 315 | 201 | 0 | 0 | 45 | 23 | 73 | 54 | 102 |
| Binary | 11001110 | 11001101 | 10000001 | 0 | 0 | 100101 | 10011 | 111011 | 101100 | 1000010 |
Color Harmonies of #CECD81
Complementary color
Monochromatic Colors of #CECD81
Black with #CECD81
Text Example
Text Example
White with #CECD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD81; }
p { color: rgb(206,205,129); }
H1.HeaderClassName
{
color: #CECD81;
}
.AnyTagClassName
{
color: #CECD81;
}
</style>
background-color css
<style>
a { background-color: #CECD81; }
a { background-color: rgb(206,205,129); }
div.DivClassName
{
background-color: #CECD81;
}
.BgClassName
{
background-color: #CECD81;
}
</style>
border-color css
<style>
span { border-color: #CECD81; }
span { border-color: rgb(206,205,129); }
td.TdClassName
{
border-color: #CECD81;
}
.TagClassName
{
border-color: #CECD81;
}
</style>