Shades of Deco #CEC871
Tints of Deco #CEC871
RGB
CMYK
RGB Variations
Color information
#CEC871 (or 0xCEC871) is known color: Deco. HEX triplet: CE, C8 and 71. RGB value is (206,200,113). Sum of RGB (Red+Green+Blue) = 206+200+113=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC871 is #31378E. Grayscale: #C0C0C0. Windows color (decimal): -3225487 or 7456974. OLE color: 7456974.
HSL color Cylindrical-coordinate representation of color #CEC871: hue angle of 56.13º 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 #CEC871 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 113 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.19 |
| HSL | 56.13º | 0.49% | 0.63% | - |
| HSV(B) | 56.13º | 0.45% | 0.81% | - |
| XYZ | 49.09 | 55.62 | 23.77 | - |
| YUV | 191.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 113 | 0 | 0.03 | 0.45 | 0.19 | 56.13 | 0.49 | 0.63 |
| Hex | CE | C8 | 71 | 0 | 3 | 2D | 13 | 38 | 31 | 3F |
| Octal | 316 | 310 | 161 | 0 | 3 | 55 | 23 | 70 | 61 | 77 |
| Binary | 11001110 | 11001000 | 1110001 | 0 | 11 | 101101 | 10011 | 111000 | 110001 | 111111 |
Color Harmonies of #CEC871
Complementary color
Monochromatic Colors of #CEC871
Black with #CEC871
Text Example
Text Example
White with #CEC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC871; }
p { color: rgb(206,200,113); }
H1.HeaderClassName
{
color: #CEC871;
}
.AnyTagClassName
{
color: #CEC871;
}
</style>
background-color css
<style>
a { background-color: #CEC871; }
a { background-color: rgb(206,200,113); }
div.DivClassName
{
background-color: #CEC871;
}
.BgClassName
{
background-color: #CEC871;
}
</style>
border-color css
<style>
span { border-color: #CEC871; }
span { border-color: rgb(206,200,113); }
td.TdClassName
{
border-color: #CEC871;
}
.TagClassName
{
border-color: #CEC871;
}
</style>