Shades of Deco #D5DD88
Tints of Deco #D5DD88
RGB
CMYK
RGB Variations
Color information
#D5DD88 (or 0xD5DD88) is known color: Deco. HEX triplet: D5, DD and 88. RGB value is (213,221,136). Sum of RGB (Red+Green+Blue) = 213+221+136=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD88 is #2A2277. Grayscale: #D1D1D1. Windows color (decimal): -2761336 or 8969685. OLE color: 8969685.
HSL color Cylindrical-coordinate representation of color #D5DD88: hue angle of 65.65º 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 #D5DD88 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 136 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.13 |
| HSL | 65.65º | 0.56% | 0.7% | - |
| HSV(B) | 65.65º | 0.38% | 0.87% | - |
| XYZ | 57.74 | 67.64 | 33.3 | - |
| YUV | 208.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 136 | 0.04 | 0 | 0.38 | 0.13 | 65.65 | 0.56 | 0.7 |
| Hex | D5 | DD | 88 | 4 | 0 | 26 | D | 42 | 38 | 46 |
| Octal | 325 | 335 | 210 | 4 | 0 | 46 | 15 | 102 | 70 | 106 |
| Binary | 11010101 | 11011101 | 10001000 | 100 | 0 | 100110 | 1101 | 1000010 | 111000 | 1000110 |
Color Harmonies of #D5DD88
Complementary color
Monochromatic Colors of #D5DD88
Black with #D5DD88
Text Example
Text Example
White with #D5DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD88; }
p { color: rgb(213,221,136); }
H1.HeaderClassName
{
color: #D5DD88;
}
.AnyTagClassName
{
color: #D5DD88;
}
</style>
background-color css
<style>
a { background-color: #D5DD88; }
a { background-color: rgb(213,221,136); }
div.DivClassName
{
background-color: #D5DD88;
}
.BgClassName
{
background-color: #D5DD88;
}
</style>
border-color css
<style>
span { border-color: #D5DD88; }
span { border-color: rgb(213,221,136); }
td.TdClassName
{
border-color: #D5DD88;
}
.TagClassName
{
border-color: #D5DD88;
}
</style>