Shades of Deco #CEC978
Tints of Deco #CEC978
RGB
CMYK
RGB Variations
Color information
#CEC978 (or 0xCEC978) is known color: Deco. HEX triplet: CE, C9 and 78. RGB value is (206,201,120). Sum of RGB (Red+Green+Blue) = 206+201+120=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC978 is #313687. Grayscale: #C1C1C1. Windows color (decimal): -3225224 or 7915982. OLE color: 7915982.
HSL color Cylindrical-coordinate representation of color #CEC978: hue angle of 56.51º 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 #CEC978 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 120 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.19 |
| HSL | 56.51º | 0.47% | 0.64% | - |
| HSV(B) | 56.51º | 0.42% | 0.81% | - |
| XYZ | 49.73 | 56.25 | 26.01 | - |
| YUV | 193.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 120 | 0 | 0.02 | 0.42 | 0.19 | 56.51 | 0.47 | 0.64 |
| Hex | CE | C9 | 78 | 0 | 2 | 2A | 13 | 39 | 2F | 40 |
| Octal | 316 | 311 | 170 | 0 | 2 | 52 | 23 | 71 | 57 | 100 |
| Binary | 11001110 | 11001001 | 1111000 | 0 | 10 | 101010 | 10011 | 111001 | 101111 | 1000000 |
Color Harmonies of #CEC978
Complementary color
Monochromatic Colors of #CEC978
Black with #CEC978
Text Example
Text Example
White with #CEC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC978; }
p { color: rgb(206,201,120); }
H1.HeaderClassName
{
color: #CEC978;
}
.AnyTagClassName
{
color: #CEC978;
}
</style>
background-color css
<style>
a { background-color: #CEC978; }
a { background-color: rgb(206,201,120); }
div.DivClassName
{
background-color: #CEC978;
}
.BgClassName
{
background-color: #CEC978;
}
</style>
border-color css
<style>
span { border-color: #CEC978; }
span { border-color: rgb(206,201,120); }
td.TdClassName
{
border-color: #CEC978;
}
.TagClassName
{
border-color: #CEC978;
}
</style>