Shades of Deco #D1D579
Tints of Deco #D1D579
RGB
CMYK
RGB Variations
Color information
#D1D579 (or 0xD1D579) is known color: Deco. HEX triplet: D1, D5 and 79. RGB value is (209,213,121). Sum of RGB (Red+Green+Blue) = 209+213+121=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D579 is #2E2A86. Grayscale: #C9C9C9. Windows color (decimal): -3025543 or 7984593. OLE color: 7984593.
HSL color Cylindrical-coordinate representation of color #D1D579: hue angle of 62.61º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1D579 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 121 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.16 |
| HSL | 62.61º | 0.52% | 0.65% | - |
| HSV(B) | 62.61º | 0.43% | 0.84% | - |
| XYZ | 53.54 | 62.52 | 27.34 | - |
| YUV | 201.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 121 | 0.02 | 0 | 0.43 | 0.16 | 62.61 | 0.52 | 0.65 |
| Hex | D1 | D5 | 79 | 2 | 0 | 2B | 10 | 3F | 34 | 41 |
| Octal | 321 | 325 | 171 | 2 | 0 | 53 | 20 | 77 | 64 | 101 |
| Binary | 11010001 | 11010101 | 1111001 | 10 | 0 | 101011 | 10000 | 111111 | 110100 | 1000001 |
Color Harmonies of #D1D579
Complementary color
Monochromatic Colors of #D1D579
Black with #D1D579
Text Example
Text Example
White with #D1D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D579; }
p { color: rgb(209,213,121); }
H1.HeaderClassName
{
color: #D1D579;
}
.AnyTagClassName
{
color: #D1D579;
}
</style>
background-color css
<style>
a { background-color: #D1D579; }
a { background-color: rgb(209,213,121); }
div.DivClassName
{
background-color: #D1D579;
}
.BgClassName
{
background-color: #D1D579;
}
</style>
border-color css
<style>
span { border-color: #D1D579; }
span { border-color: rgb(209,213,121); }
td.TdClassName
{
border-color: #D1D579;
}
.TagClassName
{
border-color: #D1D579;
}
</style>