Shades of Deco #D2D788
Tints of Deco #D2D788
RGB
CMYK
RGB Variations
Color information
#D2D788 (or 0xD2D788) is known color: Deco. HEX triplet: D2, D7 and 88. RGB value is (210,215,136). Sum of RGB (Red+Green+Blue) = 210+215+136=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D788 is #2D2877. Grayscale: #CCCCCC. Windows color (decimal): -2959480 or 8968146. OLE color: 8968146.
HSL color Cylindrical-coordinate representation of color #D2D788: hue angle of 63.8º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2D788 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 136 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.16 |
| HSL | 63.8º | 0.5% | 0.69% | - |
| HSV(B) | 63.8º | 0.37% | 0.84% | - |
| XYZ | 55.32 | 64.08 | 32.75 | - |
| YUV | 204.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 136 | 0.02 | 0 | 0.37 | 0.16 | 63.8 | 0.5 | 0.69 |
| Hex | D2 | D7 | 88 | 2 | 0 | 25 | 10 | 40 | 32 | 45 |
| Octal | 322 | 327 | 210 | 2 | 0 | 45 | 20 | 100 | 62 | 105 |
| Binary | 11010010 | 11010111 | 10001000 | 10 | 0 | 100101 | 10000 | 1000000 | 110010 | 1000101 |
Color Harmonies of #D2D788
Complementary color
Monochromatic Colors of #D2D788
Black with #D2D788
Text Example
Text Example
White with #D2D788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D788; }
p { color: rgb(210,215,136); }
H1.HeaderClassName
{
color: #D2D788;
}
.AnyTagClassName
{
color: #D2D788;
}
</style>
background-color css
<style>
a { background-color: #D2D788; }
a { background-color: rgb(210,215,136); }
div.DivClassName
{
background-color: #D2D788;
}
.BgClassName
{
background-color: #D2D788;
}
</style>
border-color css
<style>
span { border-color: #D2D788; }
span { border-color: rgb(210,215,136); }
td.TdClassName
{
border-color: #D2D788;
}
.TagClassName
{
border-color: #D2D788;
}
</style>