Shades of Deco #D1D578
Tints of Deco #D1D578
RGB
CMYK
RGB Variations
Color information
#D1D578 (or 0xD1D578) is known color: Deco. HEX triplet: D1, D5 and 78. RGB value is (209,213,120). Sum of RGB (Red+Green+Blue) = 209+213+120=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D578 is #2E2A87. Grayscale: #C9C9C9. Windows color (decimal): -3025544 or 7919057. OLE color: 7919057.
HSL color Cylindrical-coordinate representation of color #D1D578: hue angle of 62.58º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1D578 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 120 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.16 |
| HSL | 62.58º | 0.53% | 0.65% | - |
| HSV(B) | 62.58º | 0.44% | 0.84% | - |
| XYZ | 53.48 | 62.5 | 27.01 | - |
| YUV | 201.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 120 | 0.02 | 0 | 0.44 | 0.16 | 62.58 | 0.53 | 0.65 |
| Hex | D1 | D5 | 78 | 2 | 0 | 2C | 10 | 3F | 35 | 41 |
| Octal | 321 | 325 | 170 | 2 | 0 | 54 | 20 | 77 | 65 | 101 |
| Binary | 11010001 | 11010101 | 1111000 | 10 | 0 | 101100 | 10000 | 111111 | 110101 | 1000001 |
Color Harmonies of #D1D578
Complementary color
Monochromatic Colors of #D1D578
Black with #D1D578
Text Example
Text Example
White with #D1D578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D578; }
p { color: rgb(209,213,120); }
H1.HeaderClassName
{
color: #D1D578;
}
.AnyTagClassName
{
color: #D1D578;
}
</style>
background-color css
<style>
a { background-color: #D1D578; }
a { background-color: rgb(209,213,120); }
div.DivClassName
{
background-color: #D1D578;
}
.BgClassName
{
background-color: #D1D578;
}
</style>
border-color css
<style>
span { border-color: #D1D578; }
span { border-color: rgb(209,213,120); }
td.TdClassName
{
border-color: #D1D578;
}
.TagClassName
{
border-color: #D1D578;
}
</style>