Shades of Sapling #DBD2A3
Tints of Sapling #DBD2A3
RGB
CMYK
RGB Variations
Color information
#DBD2A3 (or 0xDBD2A3) is known color: Sapling. HEX triplet: DB, D2 and A3. RGB value is (219,210,163). Sum of RGB (Red+Green+Blue) = 219+210+163=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 163 (64.06% from 255 or 27.53% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD2A3 is #242D5C. Grayscale: #CFCFCF. Windows color (decimal): -2370909 or 10736347. OLE color: 10736347.
HSL color Cylindrical-coordinate representation of color #DBD2A3: hue angle of 50.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBD2A3 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 163 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.14 |
| HSL | 50.36º | 0.44% | 0.75% | - |
| HSV(B) | 50.36º | 0.26% | 0.86% | - |
| XYZ | 58.87 | 63.8 | 43.86 | - |
| YUV | 207.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 163 | 0 | 0.04 | 0.26 | 0.14 | 50.36 | 0.44 | 0.75 |
| Hex | DB | D2 | A3 | 0 | 4 | 1A | E | 32 | 2C | 4B |
| Octal | 333 | 322 | 243 | 0 | 4 | 32 | 16 | 62 | 54 | 113 |
| Binary | 11011011 | 11010010 | 10100011 | 0 | 100 | 11010 | 1110 | 110010 | 101100 | 1001011 |
Color Harmonies of #DBD2A3
Complementary color
Monochromatic Colors of #DBD2A3
Black with #DBD2A3
Text Example
Text Example
White with #DBD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2A3; }
p { color: rgb(219,210,163); }
H1.HeaderClassName
{
color: #DBD2A3;
}
.AnyTagClassName
{
color: #DBD2A3;
}
</style>
background-color css
<style>
a { background-color: #DBD2A3; }
a { background-color: rgb(219,210,163); }
div.DivClassName
{
background-color: #DBD2A3;
}
.BgClassName
{
background-color: #DBD2A3;
}
</style>
border-color css
<style>
span { border-color: #DBD2A3; }
span { border-color: rgb(219,210,163); }
td.TdClassName
{
border-color: #DBD2A3;
}
.TagClassName
{
border-color: #DBD2A3;
}
</style>