Shades of Deco #CDCC89
Tints of Deco #CDCC89
RGB
CMYK
RGB Variations
Color information
#CDCC89 (or 0xCDCC89) is known color: Deco. HEX triplet: CD, CC and 89. RGB value is (205,204,137). Sum of RGB (Red+Green+Blue) = 205+204+137=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC89 is #323376. Grayscale: #C4C4C4. Windows color (decimal): -3289975 or 9030861. OLE color: 9030861.
HSL color Cylindrical-coordinate representation of color #CDCC89: hue angle of 59.12º 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 #CDCC89 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 137 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.20 |
| HSL | 59.12º | 0.4% | 0.67% | - |
| HSV(B) | 59.12º | 0.33% | 0.8% | - |
| XYZ | 51.29 | 57.97 | 32.15 | - |
| YUV | 196.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 137 | 0 | 0.00 | 0.33 | 0.20 | 59.12 | 0.4 | 0.67 |
| Hex | CD | CC | 89 | 0 | 0 | 21 | 14 | 3B | 28 | 43 |
| Octal | 315 | 314 | 211 | 0 | 0 | 41 | 24 | 73 | 50 | 103 |
| Binary | 11001101 | 11001100 | 10001001 | 0 | 0 | 100001 | 10100 | 111011 | 101000 | 1000011 |
Color Harmonies of #CDCC89
Complementary color
Monochromatic Colors of #CDCC89
Black with #CDCC89
Text Example
Text Example
White with #CDCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC89; }
p { color: rgb(205,204,137); }
H1.HeaderClassName
{
color: #CDCC89;
}
.AnyTagClassName
{
color: #CDCC89;
}
</style>
background-color css
<style>
a { background-color: #CDCC89; }
a { background-color: rgb(205,204,137); }
div.DivClassName
{
background-color: #CDCC89;
}
.BgClassName
{
background-color: #CDCC89;
}
</style>
border-color css
<style>
span { border-color: #CDCC89; }
span { border-color: rgb(205,204,137); }
td.TdClassName
{
border-color: #CDCC89;
}
.TagClassName
{
border-color: #CDCC89;
}
</style>