Shades of Deco #CECD89
Tints of Deco #CECD89
RGB
CMYK
RGB Variations
Color information
#CECD89 (or 0xCECD89) is known color: Deco. HEX triplet: CE, CD and 89. RGB value is (206,205,137). Sum of RGB (Red+Green+Blue) = 206+205+137=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD89 is #313276. Grayscale: #C5C5C5. Windows color (decimal): -3224183 or 9031118. OLE color: 9031118.
HSL color Cylindrical-coordinate representation of color #CECD89: hue angle of 59.13º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CECD89 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 137 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.19 |
| HSL | 59.13º | 0.41% | 0.67% | - |
| HSV(B) | 59.13º | 0.33% | 0.81% | - |
| XYZ | 51.8 | 58.59 | 32.25 | - |
| YUV | 197.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 137 | 0 | 0.00 | 0.33 | 0.19 | 59.13 | 0.41 | 0.67 |
| Hex | CE | CD | 89 | 0 | 0 | 21 | 13 | 3B | 29 | 43 |
| Octal | 316 | 315 | 211 | 0 | 0 | 41 | 23 | 73 | 51 | 103 |
| Binary | 11001110 | 11001101 | 10001001 | 0 | 0 | 100001 | 10011 | 111011 | 101001 | 1000011 |
Color Harmonies of #CECD89
Complementary color
Monochromatic Colors of #CECD89
Black with #CECD89
Text Example
Text Example
White with #CECD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD89; }
p { color: rgb(206,205,137); }
H1.HeaderClassName
{
color: #CECD89;
}
.AnyTagClassName
{
color: #CECD89;
}
</style>
background-color css
<style>
a { background-color: #CECD89; }
a { background-color: rgb(206,205,137); }
div.DivClassName
{
background-color: #CECD89;
}
.BgClassName
{
background-color: #CECD89;
}
</style>
border-color css
<style>
span { border-color: #CECD89; }
span { border-color: rgb(206,205,137); }
td.TdClassName
{
border-color: #CECD89;
}
.TagClassName
{
border-color: #CECD89;
}
</style>