Shades of Deco #CECD85
Tints of Deco #CECD85
RGB
CMYK
RGB Variations
Color information
#CECD85 (or 0xCECD85) is known color: Deco. HEX triplet: CE, CD and 85. RGB value is (206,205,133). Sum of RGB (Red+Green+Blue) = 206+205+133=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD85 is #31327A. Grayscale: #C5C5C5. Windows color (decimal): -3224187 or 8768974. OLE color: 8768974.
HSL color Cylindrical-coordinate representation of color #CECD85: hue angle of 59.18º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CECD85 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 133 | - |
| CMYK | 0 | 0.00 | 0.35 | 0.19 |
| HSL | 59.18º | 0.43% | 0.66% | - |
| HSV(B) | 59.18º | 0.35% | 0.81% | - |
| XYZ | 51.52 | 58.48 | 30.76 | - |
| YUV | 197.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 133 | 0 | 0.00 | 0.35 | 0.19 | 59.18 | 0.43 | 0.66 |
| Hex | CE | CD | 85 | 0 | 0 | 23 | 13 | 3B | 2B | 42 |
| Octal | 316 | 315 | 205 | 0 | 0 | 43 | 23 | 73 | 53 | 102 |
| Binary | 11001110 | 11001101 | 10000101 | 0 | 0 | 100011 | 10011 | 111011 | 101011 | 1000010 |
Color Harmonies of #CECD85
Complementary color
Monochromatic Colors of #CECD85
Black with #CECD85
Text Example
Text Example
White with #CECD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD85; }
p { color: rgb(206,205,133); }
H1.HeaderClassName
{
color: #CECD85;
}
.AnyTagClassName
{
color: #CECD85;
}
</style>
background-color css
<style>
a { background-color: #CECD85; }
a { background-color: rgb(206,205,133); }
div.DivClassName
{
background-color: #CECD85;
}
.BgClassName
{
background-color: #CECD85;
}
</style>
border-color css
<style>
span { border-color: #CECD85; }
span { border-color: rgb(206,205,133); }
td.TdClassName
{
border-color: #CECD85;
}
.TagClassName
{
border-color: #CECD85;
}
</style>