Shades of Tan #D2B18E
Tints of Tan #D2B18E
RGB
CMYK
RGB Variations
Color information
#D2B18E (or 0xD2B18E) is known color: Tan. HEX triplet: D2, B1 and 8E. RGB value is (210,177,142). Sum of RGB (Red+Green+Blue) = 210+177+142=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B18E is #2D4E71. Grayscale: #B7B7B7. Windows color (decimal): -2969202 or 9351634. OLE color: 9351634.
HSL color Cylindrical-coordinate representation of color #D2B18E: hue angle of 30.88º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2B18E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 142 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.18 |
| HSL | 30.88º | 0.43% | 0.69% | - |
| HSV(B) | 30.88º | 0.32% | 0.82% | - |
| XYZ | 47.18 | 47.1 | 32.2 | - |
| YUV | 182.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 142 | 0 | 0.16 | 0.32 | 0.18 | 30.88 | 0.43 | 0.69 |
| Hex | D2 | B1 | 8E | 0 | 10 | 20 | 12 | 1F | 2B | 45 |
| Octal | 322 | 261 | 216 | 0 | 20 | 40 | 22 | 37 | 53 | 105 |
| Binary | 11010010 | 10110001 | 10001110 | 0 | 10000 | 100000 | 10010 | 11111 | 101011 | 1000101 |
Color Harmonies of #D2B18E
Complementary color
Monochromatic Colors of #D2B18E
Black with #D2B18E
Text Example
Text Example
White with #D2B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B18E; }
p { color: rgb(210,177,142); }
H1.HeaderClassName
{
color: #D2B18E;
}
.AnyTagClassName
{
color: #D2B18E;
}
</style>
background-color css
<style>
a { background-color: #D2B18E; }
a { background-color: rgb(210,177,142); }
div.DivClassName
{
background-color: #D2B18E;
}
.BgClassName
{
background-color: #D2B18E;
}
</style>
border-color css
<style>
span { border-color: #D2B18E; }
span { border-color: rgb(210,177,142); }
td.TdClassName
{
border-color: #D2B18E;
}
.TagClassName
{
border-color: #D2B18E;
}
</style>