Shades of Tan #D4B48B
Tints of Tan #D4B48B
RGB
CMYK
RGB Variations
Color information
#D4B48B (or 0xD4B48B) is known color: Tan. HEX triplet: D4, B4 and 8B. RGB value is (212,180,139). Sum of RGB (Red+Green+Blue) = 212+180+139=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B48B is #2B4B74. Grayscale: #B9B9B9. Windows color (decimal): -2837365 or 9155796. OLE color: 9155796.
HSL color Cylindrical-coordinate representation of color #D4B48B: hue angle of 33.7º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4B48B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 139 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.17 |
| HSL | 33.7º | 0.46% | 0.69% | - |
| HSV(B) | 33.7º | 0.34% | 0.83% | - |
| XYZ | 48.13 | 48.5 | 31.25 | - |
| YUV | 184.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 139 | 0 | 0.15 | 0.34 | 0.17 | 33.7 | 0.46 | 0.69 |
| Hex | D4 | B4 | 8B | 0 | F | 22 | 11 | 22 | 2E | 45 |
| Octal | 324 | 264 | 213 | 0 | 17 | 42 | 21 | 42 | 56 | 105 |
| Binary | 11010100 | 10110100 | 10001011 | 0 | 1111 | 100010 | 10001 | 100010 | 101110 | 1000101 |
Color Harmonies of #D4B48B
Complementary color
Monochromatic Colors of #D4B48B
Black with #D4B48B
Text Example
Text Example
White with #D4B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B48B; }
p { color: rgb(212,180,139); }
H1.HeaderClassName
{
color: #D4B48B;
}
.AnyTagClassName
{
color: #D4B48B;
}
</style>
background-color css
<style>
a { background-color: #D4B48B; }
a { background-color: rgb(212,180,139); }
div.DivClassName
{
background-color: #D4B48B;
}
.BgClassName
{
background-color: #D4B48B;
}
</style>
border-color css
<style>
span { border-color: #D4B48B; }
span { border-color: rgb(212,180,139); }
td.TdClassName
{
border-color: #D4B48B;
}
.TagClassName
{
border-color: #D4B48B;
}
</style>