Shades of Tan #D4B38E
Tints of Tan #D4B38E
RGB
CMYK
RGB Variations
Color information
#D4B38E (or 0xD4B38E) is known color: Tan. HEX triplet: D4, B3 and 8E. RGB value is (212,179,142). Sum of RGB (Red+Green+Blue) = 212+179+142=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B38E is #2B4C71. Grayscale: #B8B8B8. Windows color (decimal): -2837618 or 9352148. OLE color: 9352148.
HSL color Cylindrical-coordinate representation of color #D4B38E: hue angle of 31.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4B38E is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 142 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.17 |
| HSL | 31.71º | 0.45% | 0.69% | - |
| HSV(B) | 31.71º | 0.33% | 0.83% | - |
| XYZ | 48.15 | 48.19 | 32.35 | - |
| YUV | 184.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 142 | 0 | 0.16 | 0.33 | 0.17 | 31.71 | 0.45 | 0.69 |
| Hex | D4 | B3 | 8E | 0 | 10 | 21 | 11 | 20 | 2D | 45 |
| Octal | 324 | 263 | 216 | 0 | 20 | 41 | 21 | 40 | 55 | 105 |
| Binary | 11010100 | 10110011 | 10001110 | 0 | 10000 | 100001 | 10001 | 100000 | 101101 | 1000101 |
Color Harmonies of #D4B38E
Complementary color
Monochromatic Colors of #D4B38E
Black with #D4B38E
Text Example
Text Example
White with #D4B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B38E; }
p { color: rgb(212,179,142); }
H1.HeaderClassName
{
color: #D4B38E;
}
.AnyTagClassName
{
color: #D4B38E;
}
</style>
background-color css
<style>
a { background-color: #D4B38E; }
a { background-color: rgb(212,179,142); }
div.DivClassName
{
background-color: #D4B38E;
}
.BgClassName
{
background-color: #D4B38E;
}
</style>
border-color css
<style>
span { border-color: #D4B38E; }
span { border-color: rgb(212,179,142); }
td.TdClassName
{
border-color: #D4B38E;
}
.TagClassName
{
border-color: #D4B38E;
}
</style>