Shades of Tan #D2B28D
Tints of Tan #D2B28D
RGB
CMYK
RGB Variations
Color information
#D2B28D (or 0xD2B28D) is known color: Tan. HEX triplet: D2, B2 and 8D. RGB value is (210,178,141). Sum of RGB (Red+Green+Blue) = 210+178+141=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B28D is #2D4D72. Grayscale: #B7B7B7. Windows color (decimal): -2968947 or 9286354. OLE color: 9286354.
HSL color Cylindrical-coordinate representation of color #D2B28D: hue angle of 32.17º 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 #D2B28D is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 141 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.18 |
| HSL | 32.17º | 0.43% | 0.69% | - |
| HSV(B) | 32.17º | 0.33% | 0.82% | - |
| XYZ | 47.31 | 47.47 | 31.87 | - |
| YUV | 183.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 141 | 0 | 0.15 | 0.33 | 0.18 | 32.17 | 0.43 | 0.69 |
| Hex | D2 | B2 | 8D | 0 | F | 21 | 12 | 20 | 2B | 45 |
| Octal | 322 | 262 | 215 | 0 | 17 | 41 | 22 | 40 | 53 | 105 |
| Binary | 11010010 | 10110010 | 10001101 | 0 | 1111 | 100001 | 10010 | 100000 | 101011 | 1000101 |
Color Harmonies of #D2B28D
Complementary color
Monochromatic Colors of #D2B28D
Black with #D2B28D
Text Example
Text Example
White with #D2B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B28D; }
p { color: rgb(210,178,141); }
H1.HeaderClassName
{
color: #D2B28D;
}
.AnyTagClassName
{
color: #D2B28D;
}
</style>
background-color css
<style>
a { background-color: #D2B28D; }
a { background-color: rgb(210,178,141); }
div.DivClassName
{
background-color: #D2B28D;
}
.BgClassName
{
background-color: #D2B28D;
}
</style>
border-color css
<style>
span { border-color: #D2B28D; }
span { border-color: rgb(210,178,141); }
td.TdClassName
{
border-color: #D2B28D;
}
.TagClassName
{
border-color: #D2B28D;
}
</style>