Shades of Deco #CECA74
Tints of Deco #CECA74
RGB
CMYK
RGB Variations
Color information
#CECA74 (or 0xCECA74) is known color: Deco. HEX triplet: CE, CA and 74. RGB value is (206,202,116). Sum of RGB (Red+Green+Blue) = 206+202+116=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA74 is #31358B. Grayscale: #C1C1C1. Windows color (decimal): -3224972 or 7654094. OLE color: 7654094.
HSL color Cylindrical-coordinate representation of color #CECA74: hue angle of 57.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CECA74 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 116 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.19 |
| HSL | 57.33º | 0.48% | 0.63% | - |
| HSV(B) | 57.33º | 0.44% | 0.81% | - |
| XYZ | 49.73 | 56.62 | 24.83 | - |
| YUV | 193.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 116 | 0 | 0.02 | 0.44 | 0.19 | 57.33 | 0.48 | 0.63 |
| Hex | CE | CA | 74 | 0 | 2 | 2C | 13 | 39 | 30 | 3F |
| Octal | 316 | 312 | 164 | 0 | 2 | 54 | 23 | 71 | 60 | 77 |
| Binary | 11001110 | 11001010 | 1110100 | 0 | 10 | 101100 | 10011 | 111001 | 110000 | 111111 |
Color Harmonies of #CECA74
Complementary color
Monochromatic Colors of #CECA74
Black with #CECA74
Text Example
Text Example
White with #CECA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA74; }
p { color: rgb(206,202,116); }
H1.HeaderClassName
{
color: #CECA74;
}
.AnyTagClassName
{
color: #CECA74;
}
</style>
background-color css
<style>
a { background-color: #CECA74; }
a { background-color: rgb(206,202,116); }
div.DivClassName
{
background-color: #CECA74;
}
.BgClassName
{
background-color: #CECA74;
}
</style>
border-color css
<style>
span { border-color: #CECA74; }
span { border-color: rgb(206,202,116); }
td.TdClassName
{
border-color: #CECA74;
}
.TagClassName
{
border-color: #CECA74;
}
</style>