Shades of Deco #CECB71
Tints of Deco #CECB71
RGB
CMYK
RGB Variations
Color information
#CECB71 (or 0xCECB71) is known color: Deco. HEX triplet: CE, CB and 71. RGB value is (206,203,113). Sum of RGB (Red+Green+Blue) = 206+203+113=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB71 is #31348E. Grayscale: #C2C2C2. Windows color (decimal): -3224719 or 7457742. OLE color: 7457742.
HSL color Cylindrical-coordinate representation of color #CECB71: hue angle of 58.06º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CECB71 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 113 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.19 |
| HSL | 58.06º | 0.49% | 0.63% | - |
| HSV(B) | 58.06º | 0.45% | 0.81% | - |
| XYZ | 49.79 | 57.03 | 24.01 | - |
| YUV | 193.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 113 | 0 | 0.01 | 0.45 | 0.19 | 58.06 | 0.49 | 0.63 |
| Hex | CE | CB | 71 | 0 | 1 | 2D | 13 | 3A | 31 | 3F |
| Octal | 316 | 313 | 161 | 0 | 1 | 55 | 23 | 72 | 61 | 77 |
| Binary | 11001110 | 11001011 | 1110001 | 0 | 1 | 101101 | 10011 | 111010 | 110001 | 111111 |
Color Harmonies of #CECB71
Complementary color
Monochromatic Colors of #CECB71
Black with #CECB71
Text Example
Text Example
White with #CECB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB71; }
p { color: rgb(206,203,113); }
H1.HeaderClassName
{
color: #CECB71;
}
.AnyTagClassName
{
color: #CECB71;
}
</style>
background-color css
<style>
a { background-color: #CECB71; }
a { background-color: rgb(206,203,113); }
div.DivClassName
{
background-color: #CECB71;
}
.BgClassName
{
background-color: #CECB71;
}
</style>
border-color css
<style>
span { border-color: #CECB71; }
span { border-color: rgb(206,203,113); }
td.TdClassName
{
border-color: #CECB71;
}
.TagClassName
{
border-color: #CECB71;
}
</style>