Shades of Deco #CDC987
Tints of Deco #CDC987
RGB
CMYK
RGB Variations
Color information
#CDC987 (or 0xCDC987) is known color: Deco. HEX triplet: CD, C9 and 87. RGB value is (205,201,135). Sum of RGB (Red+Green+Blue) = 205+201+135=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC987 is #323678. Grayscale: #C2C2C2. Windows color (decimal): -3290745 or 8899021. OLE color: 8899021.
HSL color Cylindrical-coordinate representation of color #CDC987: hue angle of 56.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDC987 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 135 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.20 |
| HSL | 56.57º | 0.41% | 0.67% | - |
| HSV(B) | 56.57º | 0.34% | 0.8% | - |
| XYZ | 50.44 | 56.5 | 31.17 | - |
| YUV | 194.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 135 | 0 | 0.02 | 0.34 | 0.20 | 56.57 | 0.41 | 0.67 |
| Hex | CD | C9 | 87 | 0 | 2 | 22 | 14 | 39 | 29 | 43 |
| Octal | 315 | 311 | 207 | 0 | 2 | 42 | 24 | 71 | 51 | 103 |
| Binary | 11001101 | 11001001 | 10000111 | 0 | 10 | 100010 | 10100 | 111001 | 101001 | 1000011 |
Color Harmonies of #CDC987
Complementary color
Monochromatic Colors of #CDC987
Black with #CDC987
Text Example
Text Example
White with #CDC987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC987; }
p { color: rgb(205,201,135); }
H1.HeaderClassName
{
color: #CDC987;
}
.AnyTagClassName
{
color: #CDC987;
}
</style>
background-color css
<style>
a { background-color: #CDC987; }
a { background-color: rgb(205,201,135); }
div.DivClassName
{
background-color: #CDC987;
}
.BgClassName
{
background-color: #CDC987;
}
</style>
border-color css
<style>
span { border-color: #CDC987; }
span { border-color: rgb(205,201,135); }
td.TdClassName
{
border-color: #CDC987;
}
.TagClassName
{
border-color: #CDC987;
}
</style>