Shades of Tan #D0B587
Tints of Tan #D0B587
RGB
CMYK
RGB Variations
Color information
#D0B587 (or 0xD0B587) is known color: Tan. HEX triplet: D0, B5 and 87. RGB value is (208,181,135). Sum of RGB (Red+Green+Blue) = 208+181+135=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B587 is #2F4A78. Grayscale: #B8B8B8. Windows color (decimal): -3099257 or 8893904. OLE color: 8893904.
HSL color Cylindrical-coordinate representation of color #D0B587: hue angle of 37.81º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0B587 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 135 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.18 |
| HSL | 37.81º | 0.44% | 0.67% | - |
| HSV(B) | 37.81º | 0.35% | 0.82% | - |
| XYZ | 46.91 | 48.21 | 29.75 | - |
| YUV | 183.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 135 | 0 | 0.13 | 0.35 | 0.18 | 37.81 | 0.44 | 0.67 |
| Hex | D0 | B5 | 87 | 0 | D | 23 | 12 | 26 | 2C | 43 |
| Octal | 320 | 265 | 207 | 0 | 15 | 43 | 22 | 46 | 54 | 103 |
| Binary | 11010000 | 10110101 | 10000111 | 0 | 1101 | 100011 | 10010 | 100110 | 101100 | 1000011 |
Color Harmonies of #D0B587
Complementary color
Monochromatic Colors of #D0B587
Black with #D0B587
Text Example
Text Example
White with #D0B587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B587; }
p { color: rgb(208,181,135); }
H1.HeaderClassName
{
color: #D0B587;
}
.AnyTagClassName
{
color: #D0B587;
}
</style>
background-color css
<style>
a { background-color: #D0B587; }
a { background-color: rgb(208,181,135); }
div.DivClassName
{
background-color: #D0B587;
}
.BgClassName
{
background-color: #D0B587;
}
</style>
border-color css
<style>
span { border-color: #D0B587; }
span { border-color: rgb(208,181,135); }
td.TdClassName
{
border-color: #D0B587;
}
.TagClassName
{
border-color: #D0B587;
}
</style>