Shades of Deco #CDCC8C
Tints of Deco #CDCC8C
RGB
CMYK
RGB Variations
Color information
#CDCC8C (or 0xCDCC8C) is known color: Deco. HEX triplet: CD, CC and 8C. RGB value is (205,204,140). Sum of RGB (Red+Green+Blue) = 205+204+140=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC8C is #323373. Grayscale: #C5C5C5. Windows color (decimal): -3289972 or 9227469. OLE color: 9227469.
HSL color Cylindrical-coordinate representation of color #CDCC8C: hue angle of 59.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDCC8C is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 140 | - |
| CMYK | 0 | 0.00 | 0.32 | 0.20 |
| HSL | 59.08º | 0.39% | 0.68% | - |
| HSV(B) | 59.08º | 0.32% | 0.8% | - |
| XYZ | 51.5 | 58.06 | 33.3 | - |
| YUV | 197 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 140 | 0 | 0.00 | 0.32 | 0.20 | 59.08 | 0.39 | 0.68 |
| Hex | CD | CC | 8C | 0 | 0 | 20 | 14 | 3B | 27 | 44 |
| Octal | 315 | 314 | 214 | 0 | 0 | 40 | 24 | 73 | 47 | 104 |
| Binary | 11001101 | 11001100 | 10001100 | 0 | 0 | 100000 | 10100 | 111011 | 100111 | 1000100 |
Color Harmonies of #CDCC8C
Complementary color
Monochromatic Colors of #CDCC8C
Black with #CDCC8C
Text Example
Text Example
White with #CDCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC8C; }
p { color: rgb(205,204,140); }
H1.HeaderClassName
{
color: #CDCC8C;
}
.AnyTagClassName
{
color: #CDCC8C;
}
</style>
background-color css
<style>
a { background-color: #CDCC8C; }
a { background-color: rgb(205,204,140); }
div.DivClassName
{
background-color: #CDCC8C;
}
.BgClassName
{
background-color: #CDCC8C;
}
</style>
border-color css
<style>
span { border-color: #CDCC8C; }
span { border-color: rgb(205,204,140); }
td.TdClassName
{
border-color: #CDCC8C;
}
.TagClassName
{
border-color: #CDCC8C;
}
</style>