Shades of Tan #D4B88D
Tints of Tan #D4B88D
RGB
CMYK
RGB Variations
Color information
#D4B88D (or 0xD4B88D) is known color: Tan. HEX triplet: D4, B8 and 8D. RGB value is (212,184,141). Sum of RGB (Red+Green+Blue) = 212+184+141=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B88D is #2B4772. Grayscale: #BBBBBB. Windows color (decimal): -2836339 or 9287892. OLE color: 9287892.
HSL color Cylindrical-coordinate representation of color #D4B88D: hue angle of 36.34º 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 #D4B88D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 141 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.17 |
| HSL | 36.34º | 0.45% | 0.69% | - |
| HSV(B) | 36.34º | 0.33% | 0.83% | - |
| XYZ | 49.1 | 50.2 | 32.3 | - |
| YUV | 187.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 141 | 0 | 0.13 | 0.33 | 0.17 | 36.34 | 0.45 | 0.69 |
| Hex | D4 | B8 | 8D | 0 | D | 21 | 11 | 24 | 2D | 45 |
| Octal | 324 | 270 | 215 | 0 | 15 | 41 | 21 | 44 | 55 | 105 |
| Binary | 11010100 | 10111000 | 10001101 | 0 | 1101 | 100001 | 10001 | 100100 | 101101 | 1000101 |
Color Harmonies of #D4B88D
Complementary color
Monochromatic Colors of #D4B88D
Black with #D4B88D
Text Example
Text Example
White with #D4B88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B88D; }
p { color: rgb(212,184,141); }
H1.HeaderClassName
{
color: #D4B88D;
}
.AnyTagClassName
{
color: #D4B88D;
}
</style>
background-color css
<style>
a { background-color: #D4B88D; }
a { background-color: rgb(212,184,141); }
div.DivClassName
{
background-color: #D4B88D;
}
.BgClassName
{
background-color: #D4B88D;
}
</style>
border-color css
<style>
span { border-color: #D4B88D; }
span { border-color: rgb(212,184,141); }
td.TdClassName
{
border-color: #D4B88D;
}
.TagClassName
{
border-color: #D4B88D;
}
</style>