Shades of Deco #CEC96E
Tints of Deco #CEC96E
RGB
CMYK
RGB Variations
Color information
#CEC96E (or 0xCEC96E) is known color: Deco. HEX triplet: CE, C9 and 6E. RGB value is (206,201,110). Sum of RGB (Red+Green+Blue) = 206+201+110=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC96E is #313691. Grayscale: #C0C0C0. Windows color (decimal): -3225234 or 7260622. OLE color: 7260622.
HSL color Cylindrical-coordinate representation of color #CEC96E: hue angle of 56.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEC96E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 110 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.19 |
| HSL | 56.88º | 0.49% | 0.62% | - |
| HSV(B) | 56.88º | 0.47% | 0.81% | - |
| XYZ | 49.15 | 56.02 | 22.97 | - |
| YUV | 192.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 110 | 0 | 0.02 | 0.47 | 0.19 | 56.88 | 0.49 | 0.62 |
| Hex | CE | C9 | 6E | 0 | 2 | 2F | 13 | 39 | 31 | 3E |
| Octal | 316 | 311 | 156 | 0 | 2 | 57 | 23 | 71 | 61 | 76 |
| Binary | 11001110 | 11001001 | 1101110 | 0 | 10 | 101111 | 10011 | 111001 | 110001 | 111110 |
Color Harmonies of #CEC96E
Complementary color
Monochromatic Colors of #CEC96E
Black with #CEC96E
Text Example
Text Example
White with #CEC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC96E; }
p { color: rgb(206,201,110); }
H1.HeaderClassName
{
color: #CEC96E;
}
.AnyTagClassName
{
color: #CEC96E;
}
</style>
background-color css
<style>
a { background-color: #CEC96E; }
a { background-color: rgb(206,201,110); }
div.DivClassName
{
background-color: #CEC96E;
}
.BgClassName
{
background-color: #CEC96E;
}
</style>
border-color css
<style>
span { border-color: #CEC96E; }
span { border-color: rgb(206,201,110); }
td.TdClassName
{
border-color: #CEC96E;
}
.TagClassName
{
border-color: #CEC96E;
}
</style>