Shades of Deco #D2D579
Tints of Deco #D2D579
RGB
CMYK
RGB Variations
Color information
#D2D579 (or 0xD2D579) is known color: Deco. HEX triplet: D2, D5 and 79. RGB value is (210,213,121). Sum of RGB (Red+Green+Blue) = 210+213+121=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D579 is #2D2A86. Grayscale: #C9C9C9. Windows color (decimal): -2960007 or 7984594. OLE color: 7984594.
HSL color Cylindrical-coordinate representation of color #D2D579: hue angle of 61.96º 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 #D2D579 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 121 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.16 |
| HSL | 61.96º | 0.52% | 0.65% | - |
| HSV(B) | 61.96º | 0.43% | 0.84% | - |
| XYZ | 53.82 | 62.67 | 27.35 | - |
| YUV | 201.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 121 | 0.01 | 0 | 0.43 | 0.16 | 61.96 | 0.52 | 0.65 |
| Hex | D2 | D5 | 79 | 1 | 0 | 2B | 10 | 3E | 34 | 41 |
| Octal | 322 | 325 | 171 | 1 | 0 | 53 | 20 | 76 | 64 | 101 |
| Binary | 11010010 | 11010101 | 1111001 | 1 | 0 | 101011 | 10000 | 111110 | 110100 | 1000001 |
Color Harmonies of #D2D579
Complementary color
Monochromatic Colors of #D2D579
Black with #D2D579
Text Example
Text Example
White with #D2D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D579; }
p { color: rgb(210,213,121); }
H1.HeaderClassName
{
color: #D2D579;
}
.AnyTagClassName
{
color: #D2D579;
}
</style>
background-color css
<style>
a { background-color: #D2D579; }
a { background-color: rgb(210,213,121); }
div.DivClassName
{
background-color: #D2D579;
}
.BgClassName
{
background-color: #D2D579;
}
</style>
border-color css
<style>
span { border-color: #D2D579; }
span { border-color: rgb(210,213,121); }
td.TdClassName
{
border-color: #D2D579;
}
.TagClassName
{
border-color: #D2D579;
}
</style>