Shades of Deco #D5D780
Tints of Deco #D5D780
RGB
CMYK
RGB Variations
Color information
#D5D780 (or 0xD5D780) is known color: Deco. HEX triplet: D5, D7 and 80. RGB value is (213,215,128). Sum of RGB (Red+Green+Blue) = 213+215+128=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D780 is #2A287F. Grayscale: #CCCCCC. Windows color (decimal): -2762880 or 8443861. OLE color: 8443861.
HSL color Cylindrical-coordinate representation of color #D5D780: hue angle of 61.38º 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 #D5D780 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 128 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.16 |
| HSL | 61.38º | 0.52% | 0.67% | - |
| HSV(B) | 61.38º | 0.4% | 0.84% | - |
| XYZ | 55.64 | 64.31 | 29.9 | - |
| YUV | 204.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 128 | 0.01 | 0 | 0.40 | 0.16 | 61.38 | 0.52 | 0.67 |
| Hex | D5 | D7 | 80 | 1 | 0 | 28 | 10 | 3D | 34 | 43 |
| Octal | 325 | 327 | 200 | 1 | 0 | 50 | 20 | 75 | 64 | 103 |
| Binary | 11010101 | 11010111 | 10000000 | 1 | 0 | 101000 | 10000 | 111101 | 110100 | 1000011 |
Color Harmonies of #D5D780
Complementary color
Monochromatic Colors of #D5D780
Black with #D5D780
Text Example
Text Example
White with #D5D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D780; }
p { color: rgb(213,215,128); }
H1.HeaderClassName
{
color: #D5D780;
}
.AnyTagClassName
{
color: #D5D780;
}
</style>
background-color css
<style>
a { background-color: #D5D780; }
a { background-color: rgb(213,215,128); }
div.DivClassName
{
background-color: #D5D780;
}
.BgClassName
{
background-color: #D5D780;
}
</style>
border-color css
<style>
span { border-color: #D5D780; }
span { border-color: rgb(213,215,128); }
td.TdClassName
{
border-color: #D5D780;
}
.TagClassName
{
border-color: #D5D780;
}
</style>