Shades of Deco #D1D880
Tints of Deco #D1D880
RGB
CMYK
RGB Variations
Color information
#D1D880 (or 0xD1D880) is known color: Deco. HEX triplet: D1, D8 and 80. RGB value is (209,216,128). Sum of RGB (Red+Green+Blue) = 209+216+128=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D880 is #2E277F. Grayscale: #CCCCCC. Windows color (decimal): -3024768 or 8444113. OLE color: 8444113.
HSL color Cylindrical-coordinate representation of color #D1D880: hue angle of 64.77º 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 #D1D880 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 128 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.15 |
| HSL | 64.77º | 0.53% | 0.67% | - |
| HSV(B) | 64.77º | 0.41% | 0.85% | - |
| XYZ | 54.75 | 64.23 | 29.93 | - |
| YUV | 203.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 128 | 0.03 | 0 | 0.41 | 0.15 | 64.77 | 0.53 | 0.67 |
| Hex | D1 | D8 | 80 | 3 | 0 | 29 | F | 41 | 35 | 43 |
| Octal | 321 | 330 | 200 | 3 | 0 | 51 | 17 | 101 | 65 | 103 |
| Binary | 11010001 | 11011000 | 10000000 | 11 | 0 | 101001 | 1111 | 1000001 | 110101 | 1000011 |
Color Harmonies of #D1D880
Complementary color
Monochromatic Colors of #D1D880
Black with #D1D880
Text Example
Text Example
White with #D1D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D880; }
p { color: rgb(209,216,128); }
H1.HeaderClassName
{
color: #D1D880;
}
.AnyTagClassName
{
color: #D1D880;
}
</style>
background-color css
<style>
a { background-color: #D1D880; }
a { background-color: rgb(209,216,128); }
div.DivClassName
{
background-color: #D1D880;
}
.BgClassName
{
background-color: #D1D880;
}
</style>
border-color css
<style>
span { border-color: #D1D880; }
span { border-color: rgb(209,216,128); }
td.TdClassName
{
border-color: #D1D880;
}
.TagClassName
{
border-color: #D1D880;
}
</style>