Shades of Deco #CDC989
Tints of Deco #CDC989
RGB
CMYK
RGB Variations
Color information
#CDC989 (or 0xCDC989) is known color: Deco. HEX triplet: CD, C9 and 89. RGB value is (205,201,137). Sum of RGB (Red+Green+Blue) = 205+201+137=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC989 is #323676. Grayscale: #C3C3C3. Windows color (decimal): -3290743 or 9030093. OLE color: 9030093.
HSL color Cylindrical-coordinate representation of color #CDC989: hue angle of 56.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC989 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 137 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.20 |
| HSL | 56.47º | 0.4% | 0.67% | - |
| HSV(B) | 56.47º | 0.33% | 0.8% | - |
| XYZ | 50.58 | 56.56 | 31.92 | - |
| YUV | 194.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 137 | 0 | 0.02 | 0.33 | 0.20 | 56.47 | 0.4 | 0.67 |
| Hex | CD | C9 | 89 | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 315 | 311 | 211 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001101 | 11001001 | 10001001 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CDC989
Complementary color
Monochromatic Colors of #CDC989
Black with #CDC989
Text Example
Text Example
White with #CDC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC989; }
p { color: rgb(205,201,137); }
H1.HeaderClassName
{
color: #CDC989;
}
.AnyTagClassName
{
color: #CDC989;
}
</style>
background-color css
<style>
a { background-color: #CDC989; }
a { background-color: rgb(205,201,137); }
div.DivClassName
{
background-color: #CDC989;
}
.BgClassName
{
background-color: #CDC989;
}
</style>
border-color css
<style>
span { border-color: #CDC989; }
span { border-color: rgb(205,201,137); }
td.TdClassName
{
border-color: #CDC989;
}
.TagClassName
{
border-color: #CDC989;
}
</style>