Shades of Tan #D1B58B
Tints of Tan #D1B58B
RGB
CMYK
RGB Variations
Color information
#D1B58B (or 0xD1B58B) is known color: Tan. HEX triplet: D1, B5 and 8B. RGB value is (209,181,139). Sum of RGB (Red+Green+Blue) = 209+181+139=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B58B is #2E4A74. Grayscale: #B8B8B8. Windows color (decimal): -3033717 or 9156049. OLE color: 9156049.
HSL color Cylindrical-coordinate representation of color #D1B58B: hue angle of 36º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1B58B is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 181 | 139 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.18 |
| HSL | 36º | 0.43% | 0.68% | - |
| HSV(B) | 36º | 0.33% | 0.82% | - |
| XYZ | 47.48 | 48.47 | 31.28 | - |
| YUV | 184.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 181 | 139 | 0 | 0.13 | 0.33 | 0.18 | 36 | 0.43 | 0.68 |
| Hex | D1 | B5 | 8B | 0 | D | 21 | 12 | 24 | 2B | 44 |
| Octal | 321 | 265 | 213 | 0 | 15 | 41 | 22 | 44 | 53 | 104 |
| Binary | 11010001 | 10110101 | 10001011 | 0 | 1101 | 100001 | 10010 | 100100 | 101011 | 1000100 |
Color Harmonies of #D1B58B
Complementary color
Monochromatic Colors of #D1B58B
Black with #D1B58B
Text Example
Text Example
White with #D1B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B58B; }
p { color: rgb(209,181,139); }
H1.HeaderClassName
{
color: #D1B58B;
}
.AnyTagClassName
{
color: #D1B58B;
}
</style>
background-color css
<style>
a { background-color: #D1B58B; }
a { background-color: rgb(209,181,139); }
div.DivClassName
{
background-color: #D1B58B;
}
.BgClassName
{
background-color: #D1B58B;
}
</style>
border-color css
<style>
span { border-color: #D1B58B; }
span { border-color: rgb(209,181,139); }
td.TdClassName
{
border-color: #D1B58B;
}
.TagClassName
{
border-color: #D1B58B;
}
</style>