Shades of Deco #CDD880
Tints of Deco #CDD880
RGB
CMYK
RGB Variations
Color information
#CDD880 (or 0xCDD880) is known color: Deco. HEX triplet: CD, D8 and 80. RGB value is (205,216,128). Sum of RGB (Red+Green+Blue) = 205+216+128=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD880 is #32277F. Grayscale: #CBCBCB. Windows color (decimal): -3286912 or 8444109. OLE color: 8444109.
HSL color Cylindrical-coordinate representation of color #CDD880: hue angle of 67.5º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDD880 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 128 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.15 |
| HSL | 67.5º | 0.53% | 0.67% | - |
| HSV(B) | 67.5º | 0.41% | 0.85% | - |
| XYZ | 53.63 | 63.65 | 29.88 | - |
| YUV | 202.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 128 | 0.05 | 0 | 0.41 | 0.15 | 67.5 | 0.53 | 0.67 |
| Hex | CD | D8 | 80 | 5 | 0 | 29 | F | 44 | 35 | 43 |
| Octal | 315 | 330 | 200 | 5 | 0 | 51 | 17 | 104 | 65 | 103 |
| Binary | 11001101 | 11011000 | 10000000 | 101 | 0 | 101001 | 1111 | 1000100 | 110101 | 1000011 |
Color Harmonies of #CDD880
Complementary color
Monochromatic Colors of #CDD880
Black with #CDD880
Text Example
Text Example
White with #CDD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD880; }
p { color: rgb(205,216,128); }
H1.HeaderClassName
{
color: #CDD880;
}
.AnyTagClassName
{
color: #CDD880;
}
</style>
background-color css
<style>
a { background-color: #CDD880; }
a { background-color: rgb(205,216,128); }
div.DivClassName
{
background-color: #CDD880;
}
.BgClassName
{
background-color: #CDD880;
}
</style>
border-color css
<style>
span { border-color: #CDD880; }
span { border-color: rgb(205,216,128); }
td.TdClassName
{
border-color: #CDD880;
}
.TagClassName
{
border-color: #CDD880;
}
</style>