Shades of Tan #D4B995
Tints of Tan #D4B995
RGB
CMYK
RGB Variations
Color information
#D4B995 (or 0xD4B995) is known color: Tan. HEX triplet: D4, B9 and 95. RGB value is (212,185,149). Sum of RGB (Red+Green+Blue) = 212+185+149=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B995 is #2B466A. Grayscale: #BDBDBD. Windows color (decimal): -2836075 or 9812436. OLE color: 9812436.
HSL color Cylindrical-coordinate representation of color #D4B995: hue angle of 34.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4B995 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 149 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.17 |
| HSL | 34.29º | 0.42% | 0.71% | - |
| HSV(B) | 34.29º | 0.3% | 0.83% | - |
| XYZ | 49.93 | 50.86 | 35.62 | - |
| YUV | 188.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 149 | 0 | 0.13 | 0.30 | 0.17 | 34.29 | 0.42 | 0.71 |
| Hex | D4 | B9 | 95 | 0 | D | 1E | 11 | 22 | 2A | 47 |
| Octal | 324 | 271 | 225 | 0 | 15 | 36 | 21 | 42 | 52 | 107 |
| Binary | 11010100 | 10111001 | 10010101 | 0 | 1101 | 11110 | 10001 | 100010 | 101010 | 1000111 |
Color Harmonies of #D4B995
Complementary color
Monochromatic Colors of #D4B995
Black with #D4B995
Text Example
Text Example
White with #D4B995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B995; }
p { color: rgb(212,185,149); }
H1.HeaderClassName
{
color: #D4B995;
}
.AnyTagClassName
{
color: #D4B995;
}
</style>
background-color css
<style>
a { background-color: #D4B995; }
a { background-color: rgb(212,185,149); }
div.DivClassName
{
background-color: #D4B995;
}
.BgClassName
{
background-color: #D4B995;
}
</style>
border-color css
<style>
span { border-color: #D4B995; }
span { border-color: rgb(212,185,149); }
td.TdClassName
{
border-color: #D4B995;
}
.TagClassName
{
border-color: #D4B995;
}
</style>