Shades of Tan #D2B28B
Tints of Tan #D2B28B
RGB
CMYK
RGB Variations
Color information
#D2B28B (or 0xD2B28B) is known color: Tan. HEX triplet: D2, B2 and 8B. RGB value is (210,178,139). Sum of RGB (Red+Green+Blue) = 210+178+139=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B28B is #2D4D74. Grayscale: #B7B7B7. Windows color (decimal): -2968949 or 9155282. OLE color: 9155282.
HSL color Cylindrical-coordinate representation of color #D2B28B: hue angle of 32.96º 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 #D2B28B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 139 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.18 |
| HSL | 32.96º | 0.44% | 0.68% | - |
| HSV(B) | 32.96º | 0.34% | 0.82% | - |
| XYZ | 47.16 | 47.41 | 31.09 | - |
| YUV | 183.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 139 | 0 | 0.15 | 0.34 | 0.18 | 32.96 | 0.44 | 0.68 |
| Hex | D2 | B2 | 8B | 0 | F | 22 | 12 | 21 | 2C | 44 |
| Octal | 322 | 262 | 213 | 0 | 17 | 42 | 22 | 41 | 54 | 104 |
| Binary | 11010010 | 10110010 | 10001011 | 0 | 1111 | 100010 | 10010 | 100001 | 101100 | 1000100 |
Color Harmonies of #D2B28B
Complementary color
Monochromatic Colors of #D2B28B
Black with #D2B28B
Text Example
Text Example
White with #D2B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B28B; }
p { color: rgb(210,178,139); }
H1.HeaderClassName
{
color: #D2B28B;
}
.AnyTagClassName
{
color: #D2B28B;
}
</style>
background-color css
<style>
a { background-color: #D2B28B; }
a { background-color: rgb(210,178,139); }
div.DivClassName
{
background-color: #D2B28B;
}
.BgClassName
{
background-color: #D2B28B;
}
</style>
border-color css
<style>
span { border-color: #D2B28B; }
span { border-color: rgb(210,178,139); }
td.TdClassName
{
border-color: #D2B28B;
}
.TagClassName
{
border-color: #D2B28B;
}
</style>