Shades of Tan #D2B78A
Tints of Tan #D2B78A
RGB
CMYK
RGB Variations
Color information
#D2B78A (or 0xD2B78A) is known color: Tan. HEX triplet: D2, B7 and 8A. RGB value is (210,183,138). Sum of RGB (Red+Green+Blue) = 210+183+138=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B78A is #2D4875. Grayscale: #BABABA. Windows color (decimal): -2967670 or 9091026. OLE color: 9091026.
HSL color Cylindrical-coordinate representation of color #D2B78A: hue angle of 37.5º 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 #D2B78A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 138 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.18 |
| HSL | 37.5º | 0.44% | 0.68% | - |
| HSV(B) | 37.5º | 0.34% | 0.82% | - |
| XYZ | 48.1 | 49.4 | 31.05 | - |
| YUV | 185.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 138 | 0 | 0.13 | 0.34 | 0.18 | 37.5 | 0.44 | 0.68 |
| Hex | D2 | B7 | 8A | 0 | D | 22 | 12 | 26 | 2C | 44 |
| Octal | 322 | 267 | 212 | 0 | 15 | 42 | 22 | 46 | 54 | 104 |
| Binary | 11010010 | 10110111 | 10001010 | 0 | 1101 | 100010 | 10010 | 100110 | 101100 | 1000100 |
Color Harmonies of #D2B78A
Complementary color
Monochromatic Colors of #D2B78A
Black with #D2B78A
Text Example
Text Example
White with #D2B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B78A; }
p { color: rgb(210,183,138); }
H1.HeaderClassName
{
color: #D2B78A;
}
.AnyTagClassName
{
color: #D2B78A;
}
</style>
background-color css
<style>
a { background-color: #D2B78A; }
a { background-color: rgb(210,183,138); }
div.DivClassName
{
background-color: #D2B78A;
}
.BgClassName
{
background-color: #D2B78A;
}
</style>
border-color css
<style>
span { border-color: #D2B78A; }
span { border-color: rgb(210,183,138); }
td.TdClassName
{
border-color: #D2B78A;
}
.TagClassName
{
border-color: #D2B78A;
}
</style>