Shades of Deco #D1D892
Tints of Deco #D1D892
RGB
CMYK
RGB Variations
Color information
#D1D892 (or 0xD1D892) is known color: Deco. HEX triplet: D1, D8 and 92. RGB value is (209,216,146). Sum of RGB (Red+Green+Blue) = 209+216+146=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D892 is #2E276D. Grayscale: #CECECE. Windows color (decimal): -3024750 or 9623761. OLE color: 9623761.
HSL color Cylindrical-coordinate representation of color #D1D892: hue angle of 66º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1D892 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 216 | 146 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.15 |
| HSL | 66º | 0.47% | 0.71% | - |
| HSV(B) | 66º | 0.32% | 0.85% | - |
| XYZ | 56.04 | 64.74 | 36.74 | - |
| YUV | 205.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 216 | 146 | 0.03 | 0 | 0.32 | 0.15 | 66 | 0.47 | 0.71 |
| Hex | D1 | D8 | 92 | 3 | 0 | 20 | F | 42 | 2F | 47 |
| Octal | 321 | 330 | 222 | 3 | 0 | 40 | 17 | 102 | 57 | 107 |
| Binary | 11010001 | 11011000 | 10010010 | 11 | 0 | 100000 | 1111 | 1000010 | 101111 | 1000111 |
Color Harmonies of #D1D892
Complementary color
Monochromatic Colors of #D1D892
Black with #D1D892
Text Example
Text Example
White with #D1D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D892; }
p { color: rgb(209,216,146); }
H1.HeaderClassName
{
color: #D1D892;
}
.AnyTagClassName
{
color: #D1D892;
}
</style>
background-color css
<style>
a { background-color: #D1D892; }
a { background-color: rgb(209,216,146); }
div.DivClassName
{
background-color: #D1D892;
}
.BgClassName
{
background-color: #D1D892;
}
</style>
border-color css
<style>
span { border-color: #D1D892; }
span { border-color: rgb(209,216,146); }
td.TdClassName
{
border-color: #D1D892;
}
.TagClassName
{
border-color: #D1D892;
}
</style>