Shades of Deco #CDDD80
Tints of Deco #CDDD80
RGB
CMYK
RGB Variations
Color information
#CDDD80 (or 0xCDDD80) is known color: Deco. HEX triplet: CD, DD and 80. RGB value is (205,221,128). Sum of RGB (Red+Green+Blue) = 205+221+128=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD80 is #32227F. Grayscale: #CDCDCD. Windows color (decimal): -3285632 or 8445389. OLE color: 8445389.
HSL color Cylindrical-coordinate representation of color #CDDD80: hue angle of 70.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDD80 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 128 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.13 |
| HSL | 70.32º | 0.58% | 0.68% | - |
| HSV(B) | 70.32º | 0.42% | 0.87% | - |
| XYZ | 54.93 | 66.25 | 30.31 | - |
| YUV | 205.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 128 | 0.07 | 0 | 0.42 | 0.13 | 70.32 | 0.58 | 0.68 |
| Hex | CD | DD | 80 | 7 | 0 | 2A | D | 46 | 3A | 44 |
| Octal | 315 | 335 | 200 | 7 | 0 | 52 | 15 | 106 | 72 | 104 |
| Binary | 11001101 | 11011101 | 10000000 | 111 | 0 | 101010 | 1101 | 1000110 | 111010 | 1000100 |
Color Harmonies of #CDDD80
Complementary color
Monochromatic Colors of #CDDD80
Black with #CDDD80
Text Example
Text Example
White with #CDDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD80; }
p { color: rgb(205,221,128); }
H1.HeaderClassName
{
color: #CDDD80;
}
.AnyTagClassName
{
color: #CDDD80;
}
</style>
background-color css
<style>
a { background-color: #CDDD80; }
a { background-color: rgb(205,221,128); }
div.DivClassName
{
background-color: #CDDD80;
}
.BgClassName
{
background-color: #CDDD80;
}
</style>
border-color css
<style>
span { border-color: #CDDD80; }
span { border-color: rgb(205,221,128); }
td.TdClassName
{
border-color: #CDDD80;
}
.TagClassName
{
border-color: #CDDD80;
}
</style>