Shades of Deco #CECD84
Tints of Deco #CECD84
RGB
CMYK
RGB Variations
Color information
#CECD84 (or 0xCECD84) is known color: Deco. HEX triplet: CE, CD and 84. RGB value is (206,205,132). Sum of RGB (Red+Green+Blue) = 206+205+132=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD84 is #31327B. Grayscale: #C5C5C5. Windows color (decimal): -3224188 or 8703438. OLE color: 8703438.
HSL color Cylindrical-coordinate representation of color #CECD84: hue angle of 59.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CECD84 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 132 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.19 |
| HSL | 59.19º | 0.43% | 0.66% | - |
| HSV(B) | 59.19º | 0.36% | 0.81% | - |
| XYZ | 51.45 | 58.45 | 30.4 | - |
| YUV | 196.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 132 | 0 | 0.00 | 0.36 | 0.19 | 59.19 | 0.43 | 0.66 |
| Hex | CE | CD | 84 | 0 | 0 | 24 | 13 | 3B | 2B | 42 |
| Octal | 316 | 315 | 204 | 0 | 0 | 44 | 23 | 73 | 53 | 102 |
| Binary | 11001110 | 11001101 | 10000100 | 0 | 0 | 100100 | 10011 | 111011 | 101011 | 1000010 |
Color Harmonies of #CECD84
Complementary color
Monochromatic Colors of #CECD84
Black with #CECD84
Text Example
Text Example
White with #CECD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD84; }
p { color: rgb(206,205,132); }
H1.HeaderClassName
{
color: #CECD84;
}
.AnyTagClassName
{
color: #CECD84;
}
</style>
background-color css
<style>
a { background-color: #CECD84; }
a { background-color: rgb(206,205,132); }
div.DivClassName
{
background-color: #CECD84;
}
.BgClassName
{
background-color: #CECD84;
}
</style>
border-color css
<style>
span { border-color: #CECD84; }
span { border-color: rgb(206,205,132); }
td.TdClassName
{
border-color: #CECD84;
}
.TagClassName
{
border-color: #CECD84;
}
</style>