Shades of Deco #D2D57A
Tints of Deco #D2D57A
RGB
CMYK
RGB Variations
Color information
#D2D57A (or 0xD2D57A) is known color: Deco. HEX triplet: D2, D5 and 7A. RGB value is (210,213,122). Sum of RGB (Red+Green+Blue) = 210+213+122=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D57A is #2D2A85. Grayscale: #CACACA. Windows color (decimal): -2960006 or 8050130. OLE color: 8050130.
HSL color Cylindrical-coordinate representation of color #D2D57A: hue angle of 61.98º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2D57A is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 122 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.16 |
| HSL | 61.98º | 0.52% | 0.66% | - |
| HSV(B) | 61.98º | 0.43% | 0.84% | - |
| XYZ | 53.89 | 62.7 | 27.67 | - |
| YUV | 201.73 | 83.01 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 122 | 0.01 | 0 | 0.43 | 0.16 | 61.98 | 0.52 | 0.66 |
| Hex | D2 | D5 | 7A | 1 | 0 | 2B | 10 | 3E | 34 | 42 |
| Octal | 322 | 325 | 172 | 1 | 0 | 53 | 20 | 76 | 64 | 102 |
| Binary | 11010010 | 11010101 | 1111010 | 1 | 0 | 101011 | 10000 | 111110 | 110100 | 1000010 |
Color Harmonies of #D2D57A
Complementary color
Monochromatic Colors of #D2D57A
Black with #D2D57A
Text Example
Text Example
White with #D2D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D57A; }
p { color: rgb(210,213,122); }
H1.HeaderClassName
{
color: #D2D57A;
}
.AnyTagClassName
{
color: #D2D57A;
}
</style>
background-color css
<style>
a { background-color: #D2D57A; }
a { background-color: rgb(210,213,122); }
div.DivClassName
{
background-color: #D2D57A;
}
.BgClassName
{
background-color: #D2D57A;
}
</style>
border-color css
<style>
span { border-color: #D2D57A; }
span { border-color: rgb(210,213,122); }
td.TdClassName
{
border-color: #D2D57A;
}
.TagClassName
{
border-color: #D2D57A;
}
</style>