Shades of Deco #CEC86F
Tints of Deco #CEC86F
RGB
CMYK
RGB Variations
Color information
#CEC86F (or 0xCEC86F) is known color: Deco. HEX triplet: CE, C8 and 6F. RGB value is (206,200,111). Sum of RGB (Red+Green+Blue) = 206+200+111=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC86F is #313790. Grayscale: #C0C0C0. Windows color (decimal): -3225489 or 7325902. OLE color: 7325902.
HSL color Cylindrical-coordinate representation of color #CEC86F: hue angle of 56.21º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CEC86F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 111 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.19 |
| HSL | 56.21º | 0.49% | 0.62% | - |
| HSV(B) | 56.21º | 0.46% | 0.81% | - |
| XYZ | 48.98 | 55.58 | 23.19 | - |
| YUV | 191.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 111 | 0 | 0.03 | 0.46 | 0.19 | 56.21 | 0.49 | 0.62 |
| Hex | CE | C8 | 6F | 0 | 3 | 2E | 13 | 38 | 31 | 3E |
| Octal | 316 | 310 | 157 | 0 | 3 | 56 | 23 | 70 | 61 | 76 |
| Binary | 11001110 | 11001000 | 1101111 | 0 | 11 | 101110 | 10011 | 111000 | 110001 | 111110 |
Color Harmonies of #CEC86F
Complementary color
Monochromatic Colors of #CEC86F
Black with #CEC86F
Text Example
Text Example
White with #CEC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC86F; }
p { color: rgb(206,200,111); }
H1.HeaderClassName
{
color: #CEC86F;
}
.AnyTagClassName
{
color: #CEC86F;
}
</style>
background-color css
<style>
a { background-color: #CEC86F; }
a { background-color: rgb(206,200,111); }
div.DivClassName
{
background-color: #CEC86F;
}
.BgClassName
{
background-color: #CEC86F;
}
</style>
border-color css
<style>
span { border-color: #CEC86F; }
span { border-color: rgb(206,200,111); }
td.TdClassName
{
border-color: #CEC86F;
}
.TagClassName
{
border-color: #CEC86F;
}
</style>