Shades of Deco #D2D494
Tints of Deco #D2D494
RGB
CMYK
RGB Variations
Color information
#D2D494 (or 0xD2D494) is known color: Deco. HEX triplet: D2, D4 and 94. RGB value is (210,212,148). Sum of RGB (Red+Green+Blue) = 210+212+148=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D494 is #2D2B6B. Grayscale: #CCCCCC. Windows color (decimal): -2960236 or 9753810. OLE color: 9753810.
HSL color Cylindrical-coordinate representation of color #D2D494: hue angle of 61.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2D494 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 148 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.17 |
| HSL | 61.88º | 0.43% | 0.71% | - |
| HSV(B) | 61.88º | 0.3% | 0.83% | - |
| XYZ | 55.47 | 62.93 | 37.24 | - |
| YUV | 204.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 148 | 0.01 | 0 | 0.30 | 0.17 | 61.88 | 0.43 | 0.71 |
| Hex | D2 | D4 | 94 | 1 | 0 | 1E | 11 | 3E | 2B | 47 |
| Octal | 322 | 324 | 224 | 1 | 0 | 36 | 21 | 76 | 53 | 107 |
| Binary | 11010010 | 11010100 | 10010100 | 1 | 0 | 11110 | 10001 | 111110 | 101011 | 1000111 |
Color Harmonies of #D2D494
Complementary color
Monochromatic Colors of #D2D494
Black with #D2D494
Text Example
Text Example
White with #D2D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D494; }
p { color: rgb(210,212,148); }
H1.HeaderClassName
{
color: #D2D494;
}
.AnyTagClassName
{
color: #D2D494;
}
</style>
background-color css
<style>
a { background-color: #D2D494; }
a { background-color: rgb(210,212,148); }
div.DivClassName
{
background-color: #D2D494;
}
.BgClassName
{
background-color: #D2D494;
}
</style>
border-color css
<style>
span { border-color: #D2D494; }
span { border-color: rgb(210,212,148); }
td.TdClassName
{
border-color: #D2D494;
}
.TagClassName
{
border-color: #D2D494;
}
</style>