Shades of Tan #D0B389
Tints of Tan #D0B389
RGB
CMYK
RGB Variations
Color information
#D0B389 (or 0xD0B389) is known color: Tan. HEX triplet: D0, B3 and 89. RGB value is (208,179,137). Sum of RGB (Red+Green+Blue) = 208+179+137=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B389 is #2F4C76. Grayscale: #B7B7B7. Windows color (decimal): -3099767 or 9024464. OLE color: 9024464.
HSL color Cylindrical-coordinate representation of color #D0B389: hue angle of 35.49º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0B389 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 137 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.18 |
| HSL | 35.49º | 0.43% | 0.68% | - |
| HSV(B) | 35.49º | 0.34% | 0.82% | - |
| XYZ | 46.65 | 47.46 | 30.37 | - |
| YUV | 182.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 137 | 0 | 0.14 | 0.34 | 0.18 | 35.49 | 0.43 | 0.68 |
| Hex | D0 | B3 | 89 | 0 | E | 22 | 12 | 23 | 2B | 44 |
| Octal | 320 | 263 | 211 | 0 | 16 | 42 | 22 | 43 | 53 | 104 |
| Binary | 11010000 | 10110011 | 10001001 | 0 | 1110 | 100010 | 10010 | 100011 | 101011 | 1000100 |
Color Harmonies of #D0B389
Complementary color
Monochromatic Colors of #D0B389
Black with #D0B389
Text Example
Text Example
White with #D0B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B389; }
p { color: rgb(208,179,137); }
H1.HeaderClassName
{
color: #D0B389;
}
.AnyTagClassName
{
color: #D0B389;
}
</style>
background-color css
<style>
a { background-color: #D0B389; }
a { background-color: rgb(208,179,137); }
div.DivClassName
{
background-color: #D0B389;
}
.BgClassName
{
background-color: #D0B389;
}
</style>
border-color css
<style>
span { border-color: #D0B389; }
span { border-color: rgb(208,179,137); }
td.TdClassName
{
border-color: #D0B389;
}
.TagClassName
{
border-color: #D0B389;
}
</style>