Shades of Deco #D2D57C
Tints of Deco #D2D57C
RGB
CMYK
RGB Variations
Color information
#D2D57C (or 0xD2D57C) is known color: Deco. HEX triplet: D2, D5 and 7C. RGB value is (210,213,124). Sum of RGB (Red+Green+Blue) = 210+213+124=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D57C is #2D2A83. Grayscale: #CACACA. Windows color (decimal): -2960004 or 8181202. OLE color: 8181202.
HSL color Cylindrical-coordinate representation of color #D2D57C: hue angle of 62.02º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2D57C is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 124 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.16 |
| HSL | 62.02º | 0.51% | 0.66% | - |
| HSV(B) | 62.02º | 0.42% | 0.84% | - |
| XYZ | 54.01 | 62.75 | 28.33 | - |
| YUV | 201.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 124 | 0.01 | 0 | 0.42 | 0.16 | 62.02 | 0.51 | 0.66 |
| Hex | D2 | D5 | 7C | 1 | 0 | 2A | 10 | 3E | 33 | 42 |
| Octal | 322 | 325 | 174 | 1 | 0 | 52 | 20 | 76 | 63 | 102 |
| Binary | 11010010 | 11010101 | 1111100 | 1 | 0 | 101010 | 10000 | 111110 | 110011 | 1000010 |
Color Harmonies of #D2D57C
Complementary color
Monochromatic Colors of #D2D57C
Black with #D2D57C
Text Example
Text Example
White with #D2D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D57C; }
p { color: rgb(210,213,124); }
H1.HeaderClassName
{
color: #D2D57C;
}
.AnyTagClassName
{
color: #D2D57C;
}
</style>
background-color css
<style>
a { background-color: #D2D57C; }
a { background-color: rgb(210,213,124); }
div.DivClassName
{
background-color: #D2D57C;
}
.BgClassName
{
background-color: #D2D57C;
}
</style>
border-color css
<style>
span { border-color: #D2D57C; }
span { border-color: rgb(210,213,124); }
td.TdClassName
{
border-color: #D2D57C;
}
.TagClassName
{
border-color: #D2D57C;
}
</style>