Shades of Tan #D4BB94
Tints of Tan #D4BB94
RGB
CMYK
RGB Variations
Color information
#D4BB94 (or 0xD4BB94) is known color: Tan. HEX triplet: D4, BB and 94. RGB value is (212,187,148). Sum of RGB (Red+Green+Blue) = 212+187+148=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB94 is #2B446B. Grayscale: #BEBEBE. Windows color (decimal): -2835564 or 9747412. OLE color: 9747412.
HSL color Cylindrical-coordinate representation of color #D4BB94: hue angle of 36.56º degrees, saturation: 0.43, 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 #D4BB94 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 148 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.17 |
| HSL | 36.56º | 0.43% | 0.71% | - |
| HSV(B) | 36.56º | 0.3% | 0.83% | - |
| XYZ | 50.27 | 51.68 | 35.34 | - |
| YUV | 190.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 148 | 0 | 0.12 | 0.30 | 0.17 | 36.56 | 0.43 | 0.71 |
| Hex | D4 | BB | 94 | 0 | C | 1E | 11 | 25 | 2B | 47 |
| Octal | 324 | 273 | 224 | 0 | 14 | 36 | 21 | 45 | 53 | 107 |
| Binary | 11010100 | 10111011 | 10010100 | 0 | 1100 | 11110 | 10001 | 100101 | 101011 | 1000111 |
Color Harmonies of #D4BB94
Complementary color
Monochromatic Colors of #D4BB94
Black with #D4BB94
Text Example
Text Example
White with #D4BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BB94; }
p { color: rgb(212,187,148); }
H1.HeaderClassName
{
color: #D4BB94;
}
.AnyTagClassName
{
color: #D4BB94;
}
</style>
background-color css
<style>
a { background-color: #D4BB94; }
a { background-color: rgb(212,187,148); }
div.DivClassName
{
background-color: #D4BB94;
}
.BgClassName
{
background-color: #D4BB94;
}
</style>
border-color css
<style>
span { border-color: #D4BB94; }
span { border-color: rgb(212,187,148); }
td.TdClassName
{
border-color: #D4BB94;
}
.TagClassName
{
border-color: #D4BB94;
}
</style>