Shades of Tan #D2B38A
Tints of Tan #D2B38A
RGB
CMYK
RGB Variations
Color information
#D2B38A (or 0xD2B38A) is known color: Tan. HEX triplet: D2, B3 and 8A. RGB value is (210,179,138). Sum of RGB (Red+Green+Blue) = 210+179+138=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B38A is #2D4C75. Grayscale: #B7B7B7. Windows color (decimal): -2968694 or 9090002. OLE color: 9090002.
HSL color Cylindrical-coordinate representation of color #D2B38A: hue angle of 34.17º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2B38A is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 138 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.18 |
| HSL | 34.17º | 0.44% | 0.68% | - |
| HSV(B) | 34.17º | 0.34% | 0.82% | - |
| XYZ | 47.29 | 47.78 | 30.77 | - |
| YUV | 183.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 138 | 0 | 0.15 | 0.34 | 0.18 | 34.17 | 0.44 | 0.68 |
| Hex | D2 | B3 | 8A | 0 | F | 22 | 12 | 22 | 2C | 44 |
| Octal | 322 | 263 | 212 | 0 | 17 | 42 | 22 | 42 | 54 | 104 |
| Binary | 11010010 | 10110011 | 10001010 | 0 | 1111 | 100010 | 10010 | 100010 | 101100 | 1000100 |
Color Harmonies of #D2B38A
Complementary color
Monochromatic Colors of #D2B38A
Black with #D2B38A
Text Example
Text Example
White with #D2B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B38A; }
p { color: rgb(210,179,138); }
H1.HeaderClassName
{
color: #D2B38A;
}
.AnyTagClassName
{
color: #D2B38A;
}
</style>
background-color css
<style>
a { background-color: #D2B38A; }
a { background-color: rgb(210,179,138); }
div.DivClassName
{
background-color: #D2B38A;
}
.BgClassName
{
background-color: #D2B38A;
}
</style>
border-color css
<style>
span { border-color: #D2B38A; }
span { border-color: rgb(210,179,138); }
td.TdClassName
{
border-color: #D2B38A;
}
.TagClassName
{
border-color: #D2B38A;
}
</style>