Shades of Deco #D1D494
Tints of Deco #D1D494
RGB
CMYK
RGB Variations
Color information
#D1D494 (or 0xD1D494) is known color: Deco. HEX triplet: D1, D4 and 94. RGB value is (209,212,148). Sum of RGB (Red+Green+Blue) = 209+212+148=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 148 (58.20% from 255 or 26.01% from 569); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D494 is #2E2B6B. Grayscale: #CCCCCC. Windows color (decimal): -3025772 or 9753809. OLE color: 9753809.
HSL color Cylindrical-coordinate representation of color #D1D494: hue angle of 62.81º 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 #D1D494 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 148 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.17 |
| HSL | 62.81º | 0.43% | 0.71% | - |
| HSV(B) | 62.81º | 0.3% | 0.83% | - |
| XYZ | 55.18 | 62.78 | 37.23 | - |
| YUV | 203.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 148 | 0.01 | 0 | 0.30 | 0.17 | 62.81 | 0.43 | 0.71 |
| Hex | D1 | D4 | 94 | 1 | 0 | 1E | 11 | 3F | 2B | 47 |
| Octal | 321 | 324 | 224 | 1 | 0 | 36 | 21 | 77 | 53 | 107 |
| Binary | 11010001 | 11010100 | 10010100 | 1 | 0 | 11110 | 10001 | 111111 | 101011 | 1000111 |
Color Harmonies of #D1D494
Complementary color
Monochromatic Colors of #D1D494
Black with #D1D494
Text Example
Text Example
White with #D1D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D494; }
p { color: rgb(209,212,148); }
H1.HeaderClassName
{
color: #D1D494;
}
.AnyTagClassName
{
color: #D1D494;
}
</style>
background-color css
<style>
a { background-color: #D1D494; }
a { background-color: rgb(209,212,148); }
div.DivClassName
{
background-color: #D1D494;
}
.BgClassName
{
background-color: #D1D494;
}
</style>
border-color css
<style>
span { border-color: #D1D494; }
span { border-color: rgb(209,212,148); }
td.TdClassName
{
border-color: #D1D494;
}
.TagClassName
{
border-color: #D1D494;
}
</style>