Shades of Deco #D1D780
Tints of Deco #D1D780
RGB
CMYK
RGB Variations
Color information
#D1D780 (or 0xD1D780) is known color: Deco. HEX triplet: D1, D7 and 80. RGB value is (209,215,128). Sum of RGB (Red+Green+Blue) = 209+215+128=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D780 is #2E287F. Grayscale: #CBCBCB. Windows color (decimal): -3025024 or 8443857. OLE color: 8443857.
HSL color Cylindrical-coordinate representation of color #D1D780: hue angle of 64.14º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1D780 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 215 | 128 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.16 |
| HSL | 64.14º | 0.52% | 0.67% | - |
| HSV(B) | 64.14º | 0.4% | 0.84% | - |
| XYZ | 54.49 | 63.71 | 29.85 | - |
| YUV | 203.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 215 | 128 | 0.03 | 0 | 0.40 | 0.16 | 64.14 | 0.52 | 0.67 |
| Hex | D1 | D7 | 80 | 3 | 0 | 28 | 10 | 40 | 34 | 43 |
| Octal | 321 | 327 | 200 | 3 | 0 | 50 | 20 | 100 | 64 | 103 |
| Binary | 11010001 | 11010111 | 10000000 | 11 | 0 | 101000 | 10000 | 1000000 | 110100 | 1000011 |
Color Harmonies of #D1D780
Complementary color
Monochromatic Colors of #D1D780
Black with #D1D780
Text Example
Text Example
White with #D1D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D780; }
p { color: rgb(209,215,128); }
H1.HeaderClassName
{
color: #D1D780;
}
.AnyTagClassName
{
color: #D1D780;
}
</style>
background-color css
<style>
a { background-color: #D1D780; }
a { background-color: rgb(209,215,128); }
div.DivClassName
{
background-color: #D1D780;
}
.BgClassName
{
background-color: #D1D780;
}
</style>
border-color css
<style>
span { border-color: #D1D780; }
span { border-color: rgb(209,215,128); }
td.TdClassName
{
border-color: #D1D780;
}
.TagClassName
{
border-color: #D1D780;
}
</style>