Shades of Deco #D0DD88
Tints of Deco #D0DD88
RGB
CMYK
RGB Variations
Color information
#D0DD88 (or 0xD0DD88) is known color: Deco. HEX triplet: D0, DD and 88. RGB value is (208,221,136). Sum of RGB (Red+Green+Blue) = 208+221+136=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DD88 is #2F2277. Grayscale: #CFCFCF. Windows color (decimal): -3089016 or 8969680. OLE color: 8969680.
HSL color Cylindrical-coordinate representation of color #D0DD88: hue angle of 69.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0DD88 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 136 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.13 |
| HSL | 69.18º | 0.56% | 0.7% | - |
| HSV(B) | 69.18º | 0.38% | 0.87% | - |
| XYZ | 56.31 | 66.9 | 33.24 | - |
| YUV | 207.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 136 | 0.06 | 0 | 0.38 | 0.13 | 69.18 | 0.56 | 0.7 |
| Hex | D0 | DD | 88 | 6 | 0 | 26 | D | 45 | 38 | 46 |
| Octal | 320 | 335 | 210 | 6 | 0 | 46 | 15 | 105 | 70 | 106 |
| Binary | 11010000 | 11011101 | 10001000 | 110 | 0 | 100110 | 1101 | 1000101 | 111000 | 1000110 |
Color Harmonies of #D0DD88
Complementary color
Monochromatic Colors of #D0DD88
Black with #D0DD88
Text Example
Text Example
White with #D0DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD88; }
p { color: rgb(208,221,136); }
H1.HeaderClassName
{
color: #D0DD88;
}
.AnyTagClassName
{
color: #D0DD88;
}
</style>
background-color css
<style>
a { background-color: #D0DD88; }
a { background-color: rgb(208,221,136); }
div.DivClassName
{
background-color: #D0DD88;
}
.BgClassName
{
background-color: #D0DD88;
}
</style>
border-color css
<style>
span { border-color: #D0DD88; }
span { border-color: rgb(208,221,136); }
td.TdClassName
{
border-color: #D0DD88;
}
.TagClassName
{
border-color: #D0DD88;
}
</style>