Shades of Deco #D7DB88
Tints of Deco #D7DB88
RGB
CMYK
RGB Variations
Color information
#D7DB88 (or 0xD7DB88) is known color: Deco. HEX triplet: D7, DB and 88. RGB value is (215,219,136). Sum of RGB (Red+Green+Blue) = 215+219+136=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB88 is #282477. Grayscale: #D0D0D0. Windows color (decimal): -2630776 or 8969175. OLE color: 8969175.
HSL color Cylindrical-coordinate representation of color #D7DB88: hue angle of 62.89º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7DB88 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 136 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.14 |
| HSL | 62.89º | 0.54% | 0.7% | - |
| HSV(B) | 62.89º | 0.38% | 0.86% | - |
| XYZ | 57.8 | 66.89 | 33.16 | - |
| YUV | 208.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 136 | 0.02 | 0 | 0.38 | 0.14 | 62.89 | 0.54 | 0.7 |
| Hex | D7 | DB | 88 | 2 | 0 | 26 | E | 3F | 36 | 46 |
| Octal | 327 | 333 | 210 | 2 | 0 | 46 | 16 | 77 | 66 | 106 |
| Binary | 11010111 | 11011011 | 10001000 | 10 | 0 | 100110 | 1110 | 111111 | 110110 | 1000110 |
Color Harmonies of #D7DB88
Complementary color
Monochromatic Colors of #D7DB88
Black with #D7DB88
Text Example
Text Example
White with #D7DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB88; }
p { color: rgb(215,219,136); }
H1.HeaderClassName
{
color: #D7DB88;
}
.AnyTagClassName
{
color: #D7DB88;
}
</style>
background-color css
<style>
a { background-color: #D7DB88; }
a { background-color: rgb(215,219,136); }
div.DivClassName
{
background-color: #D7DB88;
}
.BgClassName
{
background-color: #D7DB88;
}
</style>
border-color css
<style>
span { border-color: #D7DB88; }
span { border-color: rgb(215,219,136); }
td.TdClassName
{
border-color: #D7DB88;
}
.TagClassName
{
border-color: #D7DB88;
}
</style>