Shades of Tan #D4BC94
Tints of Tan #D4BC94
RGB
CMYK
RGB Variations
Color information
#D4BC94 (or 0xD4BC94) is known color: Tan. HEX triplet: D4, BC and 94. RGB value is (212,188,148). Sum of RGB (Red+Green+Blue) = 212+188+148=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC94 is #2B436B. Grayscale: #BEBEBE. Windows color (decimal): -2835308 or 9747668. OLE color: 9747668.
HSL color Cylindrical-coordinate representation of color #D4BC94: hue angle of 37.5º 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 #D4BC94 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 148 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.17 |
| HSL | 37.5º | 0.43% | 0.71% | - |
| HSV(B) | 37.5º | 0.3% | 0.83% | - |
| XYZ | 50.48 | 52.1 | 35.41 | - |
| YUV | 190.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 148 | 0 | 0.11 | 0.30 | 0.17 | 37.5 | 0.43 | 0.71 |
| Hex | D4 | BC | 94 | 0 | B | 1E | 11 | 26 | 2B | 47 |
| Octal | 324 | 274 | 224 | 0 | 13 | 36 | 21 | 46 | 53 | 107 |
| Binary | 11010100 | 10111100 | 10010100 | 0 | 1011 | 11110 | 10001 | 100110 | 101011 | 1000111 |
Color Harmonies of #D4BC94
Complementary color
Monochromatic Colors of #D4BC94
Black with #D4BC94
Text Example
Text Example
White with #D4BC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC94; }
p { color: rgb(212,188,148); }
H1.HeaderClassName
{
color: #D4BC94;
}
.AnyTagClassName
{
color: #D4BC94;
}
</style>
background-color css
<style>
a { background-color: #D4BC94; }
a { background-color: rgb(212,188,148); }
div.DivClassName
{
background-color: #D4BC94;
}
.BgClassName
{
background-color: #D4BC94;
}
</style>
border-color css
<style>
span { border-color: #D4BC94; }
span { border-color: rgb(212,188,148); }
td.TdClassName
{
border-color: #D4BC94;
}
.TagClassName
{
border-color: #D4BC94;
}
</style>