Shades of Tan #D4B38C
Tints of Tan #D4B38C
RGB
CMYK
RGB Variations
Color information
#D4B38C (or 0xD4B38C) is known color: Tan. HEX triplet: D4, B3 and 8C. RGB value is (212,179,140). Sum of RGB (Red+Green+Blue) = 212+179+140=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B38C is #2B4C73. Grayscale: #B8B8B8. Windows color (decimal): -2837620 or 9221076. OLE color: 9221076.
HSL color Cylindrical-coordinate representation of color #D4B38C: hue angle of 32.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4B38C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 140 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.17 |
| HSL | 32.5º | 0.46% | 0.69% | - |
| HSV(B) | 32.5º | 0.34% | 0.83% | - |
| XYZ | 48.01 | 48.13 | 31.57 | - |
| YUV | 184.42 | 102.93 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 140 | 0 | 0.16 | 0.34 | 0.17 | 32.5 | 0.46 | 0.69 |
| Hex | D4 | B3 | 8C | 0 | 10 | 22 | 11 | 20 | 2E | 45 |
| Octal | 324 | 263 | 214 | 0 | 20 | 42 | 21 | 40 | 56 | 105 |
| Binary | 11010100 | 10110011 | 10001100 | 0 | 10000 | 100010 | 10001 | 100000 | 101110 | 1000101 |
Color Harmonies of #D4B38C
Complementary color
Monochromatic Colors of #D4B38C
Black with #D4B38C
Text Example
Text Example
White with #D4B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B38C; }
p { color: rgb(212,179,140); }
H1.HeaderClassName
{
color: #D4B38C;
}
.AnyTagClassName
{
color: #D4B38C;
}
</style>
background-color css
<style>
a { background-color: #D4B38C; }
a { background-color: rgb(212,179,140); }
div.DivClassName
{
background-color: #D4B38C;
}
.BgClassName
{
background-color: #D4B38C;
}
</style>
border-color css
<style>
span { border-color: #D4B38C; }
span { border-color: rgb(212,179,140); }
td.TdClassName
{
border-color: #D4B38C;
}
.TagClassName
{
border-color: #D4B38C;
}
</style>