Shades of Deco #CEC977
Tints of Deco #CEC977
RGB
CMYK
RGB Variations
Color information
#CEC977 (or 0xCEC977) is known color: Deco. HEX triplet: CE, C9 and 77. RGB value is (206,201,119). Sum of RGB (Red+Green+Blue) = 206+201+119=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC977 is #313688. Grayscale: #C1C1C1. Windows color (decimal): -3225225 or 7850446. OLE color: 7850446.
HSL color Cylindrical-coordinate representation of color #CEC977: hue angle of 56.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CEC977 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 119 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.19 |
| HSL | 56.55º | 0.47% | 0.64% | - |
| HSV(B) | 56.55º | 0.42% | 0.81% | - |
| XYZ | 49.67 | 56.23 | 25.69 | - |
| YUV | 193.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 119 | 0 | 0.02 | 0.42 | 0.19 | 56.55 | 0.47 | 0.64 |
| Hex | CE | C9 | 77 | 0 | 2 | 2A | 13 | 39 | 2F | 40 |
| Octal | 316 | 311 | 167 | 0 | 2 | 52 | 23 | 71 | 57 | 100 |
| Binary | 11001110 | 11001001 | 1110111 | 0 | 10 | 101010 | 10011 | 111001 | 101111 | 1000000 |
Color Harmonies of #CEC977
Complementary color
Monochromatic Colors of #CEC977
Black with #CEC977
Text Example
Text Example
White with #CEC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC977; }
p { color: rgb(206,201,119); }
H1.HeaderClassName
{
color: #CEC977;
}
.AnyTagClassName
{
color: #CEC977;
}
</style>
background-color css
<style>
a { background-color: #CEC977; }
a { background-color: rgb(206,201,119); }
div.DivClassName
{
background-color: #CEC977;
}
.BgClassName
{
background-color: #CEC977;
}
</style>
border-color css
<style>
span { border-color: #CEC977; }
span { border-color: rgb(206,201,119); }
td.TdClassName
{
border-color: #CEC977;
}
.TagClassName
{
border-color: #CEC977;
}
</style>