Shades of Tan #D2B08D
Tints of Tan #D2B08D
RGB
CMYK
RGB Variations
Color information
#D2B08D (or 0xD2B08D) is known color: Tan. HEX triplet: D2, B0 and 8D. RGB value is (210,176,141). Sum of RGB (Red+Green+Blue) = 210+176+141=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B08D is #2D4F72. Grayscale: #B6B6B6. Windows color (decimal): -2969459 or 9285842. OLE color: 9285842.
HSL color Cylindrical-coordinate representation of color #D2B08D: hue angle of 30.43º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2B08D is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 141 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.18 |
| HSL | 30.43º | 0.43% | 0.69% | - |
| HSV(B) | 30.43º | 0.33% | 0.82% | - |
| XYZ | 46.91 | 46.68 | 31.74 | - |
| YUV | 182.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 141 | 0 | 0.16 | 0.33 | 0.18 | 30.43 | 0.43 | 0.69 |
| Hex | D2 | B0 | 8D | 0 | 10 | 21 | 12 | 1E | 2B | 45 |
| Octal | 322 | 260 | 215 | 0 | 20 | 41 | 22 | 36 | 53 | 105 |
| Binary | 11010010 | 10110000 | 10001101 | 0 | 10000 | 100001 | 10010 | 11110 | 101011 | 1000101 |
Color Harmonies of #D2B08D
Complementary color
Monochromatic Colors of #D2B08D
Black with #D2B08D
Text Example
Text Example
White with #D2B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B08D; }
p { color: rgb(210,176,141); }
H1.HeaderClassName
{
color: #D2B08D;
}
.AnyTagClassName
{
color: #D2B08D;
}
</style>
background-color css
<style>
a { background-color: #D2B08D; }
a { background-color: rgb(210,176,141); }
div.DivClassName
{
background-color: #D2B08D;
}
.BgClassName
{
background-color: #D2B08D;
}
</style>
border-color css
<style>
span { border-color: #D2B08D; }
span { border-color: rgb(210,176,141); }
td.TdClassName
{
border-color: #D2B08D;
}
.TagClassName
{
border-color: #D2B08D;
}
</style>