Shades of Tan #D4BD8E
Tints of Tan #D4BD8E
RGB
CMYK
RGB Variations
Color information
#D4BD8E (or 0xD4BD8E) is known color: Tan. HEX triplet: D4, BD and 8E. RGB value is (212,189,142). Sum of RGB (Red+Green+Blue) = 212+189+142=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BD8E is #2B4271. Grayscale: #BEBEBE. Windows color (decimal): -2835058 or 9354708. OLE color: 9354708.
HSL color Cylindrical-coordinate representation of color #D4BD8E: hue angle of 40.29º 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 #D4BD8E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 142 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.17 |
| HSL | 40.29º | 0.45% | 0.69% | - |
| HSV(B) | 40.29º | 0.33% | 0.83% | - |
| XYZ | 50.23 | 52.35 | 33.05 | - |
| YUV | 190.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 142 | 0 | 0.11 | 0.33 | 0.17 | 40.29 | 0.45 | 0.69 |
| Hex | D4 | BD | 8E | 0 | B | 21 | 11 | 28 | 2D | 45 |
| Octal | 324 | 275 | 216 | 0 | 13 | 41 | 21 | 50 | 55 | 105 |
| Binary | 11010100 | 10111101 | 10001110 | 0 | 1011 | 100001 | 10001 | 101000 | 101101 | 1000101 |
Color Harmonies of #D4BD8E
Complementary color
Monochromatic Colors of #D4BD8E
Black with #D4BD8E
Text Example
Text Example
White with #D4BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BD8E; }
p { color: rgb(212,189,142); }
H1.HeaderClassName
{
color: #D4BD8E;
}
.AnyTagClassName
{
color: #D4BD8E;
}
</style>
background-color css
<style>
a { background-color: #D4BD8E; }
a { background-color: rgb(212,189,142); }
div.DivClassName
{
background-color: #D4BD8E;
}
.BgClassName
{
background-color: #D4BD8E;
}
</style>
border-color css
<style>
span { border-color: #D4BD8E; }
span { border-color: rgb(212,189,142); }
td.TdClassName
{
border-color: #D4BD8E;
}
.TagClassName
{
border-color: #D4BD8E;
}
</style>