Shades of Tan #D1BB8D
Tints of Tan #D1BB8D
RGB
CMYK
RGB Variations
Color information
#D1BB8D (or 0xD1BB8D) is known color: Tan. HEX triplet: D1, BB and 8D. RGB value is (209,187,141). Sum of RGB (Red+Green+Blue) = 209+187+141=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BB8D is #2E4472. Grayscale: #BCBCBC. Windows color (decimal): -3032179 or 9288657. OLE color: 9288657.
HSL color Cylindrical-coordinate representation of color #D1BB8D: hue angle of 40.59º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1BB8D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 141 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.18 |
| HSL | 40.59º | 0.43% | 0.69% | - |
| HSV(B) | 40.59º | 0.33% | 0.82% | - |
| XYZ | 48.87 | 51.02 | 32.47 | - |
| YUV | 188.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 141 | 0 | 0.11 | 0.33 | 0.18 | 40.59 | 0.43 | 0.69 |
| Hex | D1 | BB | 8D | 0 | B | 21 | 12 | 29 | 2A | 45 |
| Octal | 321 | 273 | 215 | 0 | 13 | 41 | 22 | 51 | 52 | 105 |
| Binary | 11010001 | 10111011 | 10001101 | 0 | 1011 | 100001 | 10010 | 101001 | 101010 | 1000101 |
Color Harmonies of #D1BB8D
Complementary color
Monochromatic Colors of #D1BB8D
Black with #D1BB8D
Text Example
Text Example
White with #D1BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB8D; }
p { color: rgb(209,187,141); }
H1.HeaderClassName
{
color: #D1BB8D;
}
.AnyTagClassName
{
color: #D1BB8D;
}
</style>
background-color css
<style>
a { background-color: #D1BB8D; }
a { background-color: rgb(209,187,141); }
div.DivClassName
{
background-color: #D1BB8D;
}
.BgClassName
{
background-color: #D1BB8D;
}
</style>
border-color css
<style>
span { border-color: #D1BB8D; }
span { border-color: rgb(209,187,141); }
td.TdClassName
{
border-color: #D1BB8D;
}
.TagClassName
{
border-color: #D1BB8D;
}
</style>