Shades of Tan #D2B18C
Tints of Tan #D2B18C
RGB
CMYK
RGB Variations
Color information
#D2B18C (or 0xD2B18C) is known color: Tan. HEX triplet: D2, B1 and 8C. RGB value is (210,177,140). Sum of RGB (Red+Green+Blue) = 210+177+140=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B18C is #2D4E73. Grayscale: #B6B6B6. Windows color (decimal): -2969204 or 9220562. OLE color: 9220562.
HSL color Cylindrical-coordinate representation of color #D2B18C: hue angle of 31.71º degrees, saturation: 0.44, 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 #D2B18C is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 140 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.18 |
| HSL | 31.71º | 0.44% | 0.69% | - |
| HSV(B) | 31.71º | 0.33% | 0.82% | - |
| XYZ | 47.03 | 47.04 | 31.41 | - |
| YUV | 182.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 140 | 0 | 0.16 | 0.33 | 0.18 | 31.71 | 0.44 | 0.69 |
| Hex | D2 | B1 | 8C | 0 | 10 | 21 | 12 | 20 | 2C | 45 |
| Octal | 322 | 261 | 214 | 0 | 20 | 41 | 22 | 40 | 54 | 105 |
| Binary | 11010010 | 10110001 | 10001100 | 0 | 10000 | 100001 | 10010 | 100000 | 101100 | 1000101 |
Color Harmonies of #D2B18C
Complementary color
Monochromatic Colors of #D2B18C
Black with #D2B18C
Text Example
Text Example
White with #D2B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B18C; }
p { color: rgb(210,177,140); }
H1.HeaderClassName
{
color: #D2B18C;
}
.AnyTagClassName
{
color: #D2B18C;
}
</style>
background-color css
<style>
a { background-color: #D2B18C; }
a { background-color: rgb(210,177,140); }
div.DivClassName
{
background-color: #D2B18C;
}
.BgClassName
{
background-color: #D2B18C;
}
</style>
border-color css
<style>
span { border-color: #D2B18C; }
span { border-color: rgb(210,177,140); }
td.TdClassName
{
border-color: #D2B18C;
}
.TagClassName
{
border-color: #D2B18C;
}
</style>