Shades of Deco #D3D890
Tints of Deco #D3D890
RGB
CMYK
RGB Variations
Color information
#D3D890 (or 0xD3D890) is known color: Deco. HEX triplet: D3, D8 and 90. RGB value is (211,216,144). Sum of RGB (Red+Green+Blue) = 211+216+144=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D890 is #2C276F. Grayscale: #CECECE. Windows color (decimal): -2893680 or 9492691. OLE color: 9492691.
HSL color Cylindrical-coordinate representation of color #D3D890: hue angle of 64.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3D890 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 144 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.15 |
| HSL | 64.17º | 0.48% | 0.71% | - |
| HSV(B) | 64.17º | 0.33% | 0.85% | - |
| XYZ | 56.45 | 64.97 | 35.95 | - |
| YUV | 206.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 144 | 0.02 | 0 | 0.33 | 0.15 | 64.17 | 0.48 | 0.71 |
| Hex | D3 | D8 | 90 | 2 | 0 | 21 | F | 40 | 30 | 47 |
| Octal | 323 | 330 | 220 | 2 | 0 | 41 | 17 | 100 | 60 | 107 |
| Binary | 11010011 | 11011000 | 10010000 | 10 | 0 | 100001 | 1111 | 1000000 | 110000 | 1000111 |
Color Harmonies of #D3D890
Complementary color
Monochromatic Colors of #D3D890
Black with #D3D890
Text Example
Text Example
White with #D3D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D890; }
p { color: rgb(211,216,144); }
H1.HeaderClassName
{
color: #D3D890;
}
.AnyTagClassName
{
color: #D3D890;
}
</style>
background-color css
<style>
a { background-color: #D3D890; }
a { background-color: rgb(211,216,144); }
div.DivClassName
{
background-color: #D3D890;
}
.BgClassName
{
background-color: #D3D890;
}
</style>
border-color css
<style>
span { border-color: #D3D890; }
span { border-color: rgb(211,216,144); }
td.TdClassName
{
border-color: #D3D890;
}
.TagClassName
{
border-color: #D3D890;
}
</style>