Shades of Deco #CECA7D
Tints of Deco #CECA7D
RGB
CMYK
RGB Variations
Color information
#CECA7D (or 0xCECA7D) is known color: Deco. HEX triplet: CE, CA and 7D. RGB value is (206,202,125). Sum of RGB (Red+Green+Blue) = 206+202+125=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA7D is #313582. Grayscale: #C2C2C2. Windows color (decimal): -3224963 or 8243918. OLE color: 8243918.
HSL color Cylindrical-coordinate representation of color #CECA7D: hue angle of 57.04º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CECA7D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 125 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.19 |
| HSL | 57.04º | 0.45% | 0.65% | - |
| HSV(B) | 57.04º | 0.39% | 0.81% | - |
| XYZ | 50.28 | 56.84 | 27.72 | - |
| YUV | 194.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 125 | 0 | 0.02 | 0.39 | 0.19 | 57.04 | 0.45 | 0.65 |
| Hex | CE | CA | 7D | 0 | 2 | 27 | 13 | 39 | 2D | 41 |
| Octal | 316 | 312 | 175 | 0 | 2 | 47 | 23 | 71 | 55 | 101 |
| Binary | 11001110 | 11001010 | 1111101 | 0 | 10 | 100111 | 10011 | 111001 | 101101 | 1000001 |
Color Harmonies of #CECA7D
Complementary color
Monochromatic Colors of #CECA7D
Black with #CECA7D
Text Example
Text Example
White with #CECA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA7D; }
p { color: rgb(206,202,125); }
H1.HeaderClassName
{
color: #CECA7D;
}
.AnyTagClassName
{
color: #CECA7D;
}
</style>
background-color css
<style>
a { background-color: #CECA7D; }
a { background-color: rgb(206,202,125); }
div.DivClassName
{
background-color: #CECA7D;
}
.BgClassName
{
background-color: #CECA7D;
}
</style>
border-color css
<style>
span { border-color: #CECA7D; }
span { border-color: rgb(206,202,125); }
td.TdClassName
{
border-color: #CECA7D;
}
.TagClassName
{
border-color: #CECA7D;
}
</style>