Shades of Deco #CDCC80
Tints of Deco #CDCC80
RGB
CMYK
RGB Variations
Color information
#CDCC80 (or 0xCDCC80) is known color: Deco. HEX triplet: CD, CC and 80. RGB value is (205,204,128). Sum of RGB (Red+Green+Blue) = 205+204+128=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC80 is #32337F. Grayscale: #C3C3C3. Windows color (decimal): -3289984 or 8441037. OLE color: 8441037.
HSL color Cylindrical-coordinate representation of color #CDCC80: hue angle of 59.22º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDCC80 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 128 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.20 |
| HSL | 59.22º | 0.44% | 0.65% | - |
| HSV(B) | 59.22º | 0.38% | 0.8% | - |
| XYZ | 50.67 | 57.72 | 28.89 | - |
| YUV | 195.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 128 | 0 | 0.00 | 0.38 | 0.20 | 59.22 | 0.44 | 0.65 |
| Hex | CD | CC | 80 | 0 | 0 | 26 | 14 | 3B | 2C | 41 |
| Octal | 315 | 314 | 200 | 0 | 0 | 46 | 24 | 73 | 54 | 101 |
| Binary | 11001101 | 11001100 | 10000000 | 0 | 0 | 100110 | 10100 | 111011 | 101100 | 1000001 |
Color Harmonies of #CDCC80
Complementary color
Monochromatic Colors of #CDCC80
Black with #CDCC80
Text Example
Text Example
White with #CDCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC80; }
p { color: rgb(205,204,128); }
H1.HeaderClassName
{
color: #CDCC80;
}
.AnyTagClassName
{
color: #CDCC80;
}
</style>
background-color css
<style>
a { background-color: #CDCC80; }
a { background-color: rgb(205,204,128); }
div.DivClassName
{
background-color: #CDCC80;
}
.BgClassName
{
background-color: #CDCC80;
}
</style>
border-color css
<style>
span { border-color: #CDCC80; }
span { border-color: rgb(205,204,128); }
td.TdClassName
{
border-color: #CDCC80;
}
.TagClassName
{
border-color: #CDCC80;
}
</style>