Shades of Tan #D3B48A
Tints of Tan #D3B48A
RGB
CMYK
RGB Variations
Color information
#D3B48A (or 0xD3B48A) is known color: Tan. HEX triplet: D3, B4 and 8A. RGB value is (211,180,138). Sum of RGB (Red+Green+Blue) = 211+180+138=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B48A is #2C4B75. Grayscale: #B8B8B8. Windows color (decimal): -2902902 or 9090259. OLE color: 9090259.
HSL color Cylindrical-coordinate representation of color #D3B48A: hue angle of 34.52º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3B48A is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 138 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.17 |
| HSL | 34.52º | 0.45% | 0.68% | - |
| HSV(B) | 34.52º | 0.35% | 0.83% | - |
| XYZ | 47.77 | 48.33 | 30.85 | - |
| YUV | 184.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 138 | 0 | 0.15 | 0.35 | 0.17 | 34.52 | 0.45 | 0.68 |
| Hex | D3 | B4 | 8A | 0 | F | 23 | 11 | 23 | 2D | 44 |
| Octal | 323 | 264 | 212 | 0 | 17 | 43 | 21 | 43 | 55 | 104 |
| Binary | 11010011 | 10110100 | 10001010 | 0 | 1111 | 100011 | 10001 | 100011 | 101101 | 1000100 |
Color Harmonies of #D3B48A
Complementary color
Monochromatic Colors of #D3B48A
Black with #D3B48A
Text Example
Text Example
White with #D3B48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B48A; }
p { color: rgb(211,180,138); }
H1.HeaderClassName
{
color: #D3B48A;
}
.AnyTagClassName
{
color: #D3B48A;
}
</style>
background-color css
<style>
a { background-color: #D3B48A; }
a { background-color: rgb(211,180,138); }
div.DivClassName
{
background-color: #D3B48A;
}
.BgClassName
{
background-color: #D3B48A;
}
</style>
border-color css
<style>
span { border-color: #D3B48A; }
span { border-color: rgb(211,180,138); }
td.TdClassName
{
border-color: #D3B48A;
}
.TagClassName
{
border-color: #D3B48A;
}
</style>