Shades of Tan #D0B991
Tints of Tan #D0B991
RGB
CMYK
RGB Variations
Color information
#D0B991 (or 0xD0B991) is known color: Tan. HEX triplet: D0, B9 and 91. RGB value is (208,185,145). Sum of RGB (Red+Green+Blue) = 208+185+145=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B991 is #2F466E. Grayscale: #BBBBBB. Windows color (decimal): -3098223 or 9550288. OLE color: 9550288.
HSL color Cylindrical-coordinate representation of color #D0B991: hue angle of 38.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0B991 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 145 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.18 |
| HSL | 38.1º | 0.4% | 0.69% | - |
| HSV(B) | 38.1º | 0.3% | 0.82% | - |
| XYZ | 48.47 | 50.15 | 33.91 | - |
| YUV | 187.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 145 | 0 | 0.11 | 0.30 | 0.18 | 38.1 | 0.4 | 0.69 |
| Hex | D0 | B9 | 91 | 0 | B | 1E | 12 | 26 | 28 | 45 |
| Octal | 320 | 271 | 221 | 0 | 13 | 36 | 22 | 46 | 50 | 105 |
| Binary | 11010000 | 10111001 | 10010001 | 0 | 1011 | 11110 | 10010 | 100110 | 101000 | 1000101 |
Color Harmonies of #D0B991
Complementary color
Monochromatic Colors of #D0B991
Black with #D0B991
Text Example
Text Example
White with #D0B991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B991; }
p { color: rgb(208,185,145); }
H1.HeaderClassName
{
color: #D0B991;
}
.AnyTagClassName
{
color: #D0B991;
}
</style>
background-color css
<style>
a { background-color: #D0B991; }
a { background-color: rgb(208,185,145); }
div.DivClassName
{
background-color: #D0B991;
}
.BgClassName
{
background-color: #D0B991;
}
</style>
border-color css
<style>
span { border-color: #D0B991; }
span { border-color: rgb(208,185,145); }
td.TdClassName
{
border-color: #D0B991;
}
.TagClassName
{
border-color: #D0B991;
}
</style>