Shades of Tan #D4B38D
Tints of Tan #D4B38D
RGB
CMYK
RGB Variations
Color information
#D4B38D (or 0xD4B38D) is known color: Tan. HEX triplet: D4, B3 and 8D. RGB value is (212,179,141). Sum of RGB (Red+Green+Blue) = 212+179+141=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B38D is #2B4C72. Grayscale: #B8B8B8. Windows color (decimal): -2837619 or 9286612. OLE color: 9286612.
HSL color Cylindrical-coordinate representation of color #D4B38D: hue angle of 32.11º 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 #D4B38D is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 141 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.17 |
| HSL | 32.11º | 0.45% | 0.69% | - |
| HSV(B) | 32.11º | 0.33% | 0.83% | - |
| XYZ | 48.08 | 48.16 | 31.96 | - |
| YUV | 184.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 141 | 0 | 0.16 | 0.33 | 0.17 | 32.11 | 0.45 | 0.69 |
| Hex | D4 | B3 | 8D | 0 | 10 | 21 | 11 | 20 | 2D | 45 |
| Octal | 324 | 263 | 215 | 0 | 20 | 41 | 21 | 40 | 55 | 105 |
| Binary | 11010100 | 10110011 | 10001101 | 0 | 10000 | 100001 | 10001 | 100000 | 101101 | 1000101 |
Color Harmonies of #D4B38D
Complementary color
Monochromatic Colors of #D4B38D
Black with #D4B38D
Text Example
Text Example
White with #D4B38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B38D; }
p { color: rgb(212,179,141); }
H1.HeaderClassName
{
color: #D4B38D;
}
.AnyTagClassName
{
color: #D4B38D;
}
</style>
background-color css
<style>
a { background-color: #D4B38D; }
a { background-color: rgb(212,179,141); }
div.DivClassName
{
background-color: #D4B38D;
}
.BgClassName
{
background-color: #D4B38D;
}
</style>
border-color css
<style>
span { border-color: #D4B38D; }
span { border-color: rgb(212,179,141); }
td.TdClassName
{
border-color: #D4B38D;
}
.TagClassName
{
border-color: #D4B38D;
}
</style>