Shades of Sapling #DBD0A5
Tints of Sapling #DBD0A5
RGB
CMYK
RGB Variations
Color information
#DBD0A5 (or 0xDBD0A5) is known color: Sapling. HEX triplet: DB, D0 and A5. RGB value is (219,208,165). Sum of RGB (Red+Green+Blue) = 219+208+165=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD0A5 is #242F5A. Grayscale: #CECECE. Windows color (decimal): -2371419 or 10866907. OLE color: 10866907.
HSL color Cylindrical-coordinate representation of color #DBD0A5: hue angle of 47.78º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBD0A5 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 165 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.14 |
| HSL | 47.78º | 0.43% | 0.75% | - |
| HSV(B) | 47.78º | 0.25% | 0.86% | - |
| XYZ | 58.56 | 62.89 | 44.65 | - |
| YUV | 206.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 165 | 0 | 0.05 | 0.25 | 0.14 | 47.78 | 0.43 | 0.75 |
| Hex | DB | D0 | A5 | 0 | 5 | 19 | E | 30 | 2B | 4B |
| Octal | 333 | 320 | 245 | 0 | 5 | 31 | 16 | 60 | 53 | 113 |
| Binary | 11011011 | 11010000 | 10100101 | 0 | 101 | 11001 | 1110 | 110000 | 101011 | 1001011 |
Color Harmonies of #DBD0A5
Complementary color
Monochromatic Colors of #DBD0A5
Black with #DBD0A5
Text Example
Text Example
White with #DBD0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0A5; }
p { color: rgb(219,208,165); }
H1.HeaderClassName
{
color: #DBD0A5;
}
.AnyTagClassName
{
color: #DBD0A5;
}
</style>
background-color css
<style>
a { background-color: #DBD0A5; }
a { background-color: rgb(219,208,165); }
div.DivClassName
{
background-color: #DBD0A5;
}
.BgClassName
{
background-color: #DBD0A5;
}
</style>
border-color css
<style>
span { border-color: #DBD0A5; }
span { border-color: rgb(219,208,165); }
td.TdClassName
{
border-color: #DBD0A5;
}
.TagClassName
{
border-color: #DBD0A5;
}
</style>