Shades of Deco #D2D880
Tints of Deco #D2D880
RGB
CMYK
RGB Variations
Color information
#D2D880 (or 0xD2D880) is known color: Deco. HEX triplet: D2, D8 and 80. RGB value is (210,216,128). Sum of RGB (Red+Green+Blue) = 210+216+128=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D880 is #2D277F. Grayscale: #CCCCCC. Windows color (decimal): -2959232 or 8444114. OLE color: 8444114.
HSL color Cylindrical-coordinate representation of color #D2D880: hue angle of 64.09º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2D880 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 128 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.15 |
| HSL | 64.09º | 0.53% | 0.67% | - |
| HSV(B) | 64.09º | 0.41% | 0.85% | - |
| XYZ | 55.03 | 64.37 | 29.95 | - |
| YUV | 204.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 128 | 0.03 | 0 | 0.41 | 0.15 | 64.09 | 0.53 | 0.67 |
| Hex | D2 | D8 | 80 | 3 | 0 | 29 | F | 40 | 35 | 43 |
| Octal | 322 | 330 | 200 | 3 | 0 | 51 | 17 | 100 | 65 | 103 |
| Binary | 11010010 | 11011000 | 10000000 | 11 | 0 | 101001 | 1111 | 1000000 | 110101 | 1000011 |
Color Harmonies of #D2D880
Complementary color
Monochromatic Colors of #D2D880
Black with #D2D880
Text Example
Text Example
White with #D2D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D880; }
p { color: rgb(210,216,128); }
H1.HeaderClassName
{
color: #D2D880;
}
.AnyTagClassName
{
color: #D2D880;
}
</style>
background-color css
<style>
a { background-color: #D2D880; }
a { background-color: rgb(210,216,128); }
div.DivClassName
{
background-color: #D2D880;
}
.BgClassName
{
background-color: #D2D880;
}
</style>
border-color css
<style>
span { border-color: #D2D880; }
span { border-color: rgb(210,216,128); }
td.TdClassName
{
border-color: #D2D880;
}
.TagClassName
{
border-color: #D2D880;
}
</style>