Shades of Tan #D0BB8F
Tints of Tan #D0BB8F
RGB
CMYK
RGB Variations
Color information
#D0BB8F (or 0xD0BB8F) is known color: Tan. HEX triplet: D0, BB and 8F. RGB value is (208,187,143). Sum of RGB (Red+Green+Blue) = 208+187+143=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB8F is #2F4470. Grayscale: #BCBCBC. Windows color (decimal): -3097713 or 9419728. OLE color: 9419728.
HSL color Cylindrical-coordinate representation of color #D0BB8F: hue angle of 40.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0BB8F is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 143 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.18 |
| HSL | 40.62º | 0.41% | 0.69% | - |
| HSV(B) | 40.62º | 0.31% | 0.82% | - |
| XYZ | 48.74 | 50.93 | 33.25 | - |
| YUV | 188.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 143 | 0 | 0.10 | 0.31 | 0.18 | 40.62 | 0.41 | 0.69 |
| Hex | D0 | BB | 8F | 0 | A | 1F | 12 | 29 | 29 | 45 |
| Octal | 320 | 273 | 217 | 0 | 12 | 37 | 22 | 51 | 51 | 105 |
| Binary | 11010000 | 10111011 | 10001111 | 0 | 1010 | 11111 | 10010 | 101001 | 101001 | 1000101 |
Color Harmonies of #D0BB8F
Complementary color
Monochromatic Colors of #D0BB8F
Black with #D0BB8F
Text Example
Text Example
White with #D0BB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB8F; }
p { color: rgb(208,187,143); }
H1.HeaderClassName
{
color: #D0BB8F;
}
.AnyTagClassName
{
color: #D0BB8F;
}
</style>
background-color css
<style>
a { background-color: #D0BB8F; }
a { background-color: rgb(208,187,143); }
div.DivClassName
{
background-color: #D0BB8F;
}
.BgClassName
{
background-color: #D0BB8F;
}
</style>
border-color css
<style>
span { border-color: #D0BB8F; }
span { border-color: rgb(208,187,143); }
td.TdClassName
{
border-color: #D0BB8F;
}
.TagClassName
{
border-color: #D0BB8F;
}
</style>