Shades of Deco #D0DD80
Tints of Deco #D0DD80
RGB
CMYK
RGB Variations
Color information
#D0DD80 (or 0xD0DD80) is known color: Deco. HEX triplet: D0, DD and 80. RGB value is (208,221,128). Sum of RGB (Red+Green+Blue) = 208+221+128=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD80 is #2F227F. Grayscale: #CECECE. Windows color (decimal): -3089024 or 8445392. OLE color: 8445392.
HSL color Cylindrical-coordinate representation of color #D0DD80: hue angle of 68.39º 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 #D0DD80 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 128 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.13 |
| HSL | 68.39º | 0.58% | 0.68% | - |
| HSV(B) | 68.39º | 0.42% | 0.87% | - |
| XYZ | 55.77 | 66.68 | 30.35 | - |
| YUV | 206.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 128 | 0.06 | 0 | 0.42 | 0.13 | 68.39 | 0.58 | 0.68 |
| Hex | D0 | DD | 80 | 6 | 0 | 2A | D | 44 | 3A | 44 |
| Octal | 320 | 335 | 200 | 6 | 0 | 52 | 15 | 104 | 72 | 104 |
| Binary | 11010000 | 11011101 | 10000000 | 110 | 0 | 101010 | 1101 | 1000100 | 111010 | 1000100 |
Color Harmonies of #D0DD80
Complementary color
Monochromatic Colors of #D0DD80
Black with #D0DD80
Text Example
Text Example
White with #D0DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD80; }
p { color: rgb(208,221,128); }
H1.HeaderClassName
{
color: #D0DD80;
}
.AnyTagClassName
{
color: #D0DD80;
}
</style>
background-color css
<style>
a { background-color: #D0DD80; }
a { background-color: rgb(208,221,128); }
div.DivClassName
{
background-color: #D0DD80;
}
.BgClassName
{
background-color: #D0DD80;
}
</style>
border-color css
<style>
span { border-color: #D0DD80; }
span { border-color: rgb(208,221,128); }
td.TdClassName
{
border-color: #D0DD80;
}
.TagClassName
{
border-color: #D0DD80;
}
</style>