Shades of Tan #D0B892
Tints of Tan #D0B892
RGB
CMYK
RGB Variations
Color information
#D0B892 (or 0xD0B892) is known color: Tan. HEX triplet: D0, B8 and 92. RGB value is (208,184,146). Sum of RGB (Red+Green+Blue) = 208+184+146=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B892 is #2F476D. Grayscale: #BBBBBB. Windows color (decimal): -3098478 or 9615568. OLE color: 9615568.
HSL color Cylindrical-coordinate representation of color #D0B892: hue angle of 36.77º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0B892 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 146 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.18 |
| HSL | 36.77º | 0.4% | 0.69% | - |
| HSV(B) | 36.77º | 0.3% | 0.82% | - |
| XYZ | 48.34 | 49.77 | 34.25 | - |
| YUV | 186.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 146 | 0 | 0.12 | 0.30 | 0.18 | 36.77 | 0.4 | 0.69 |
| Hex | D0 | B8 | 92 | 0 | C | 1E | 12 | 25 | 28 | 45 |
| Octal | 320 | 270 | 222 | 0 | 14 | 36 | 22 | 45 | 50 | 105 |
| Binary | 11010000 | 10111000 | 10010010 | 0 | 1100 | 11110 | 10010 | 100101 | 101000 | 1000101 |
Color Harmonies of #D0B892
Complementary color
Monochromatic Colors of #D0B892
Black with #D0B892
Text Example
Text Example
White with #D0B892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B892; }
p { color: rgb(208,184,146); }
H1.HeaderClassName
{
color: #D0B892;
}
.AnyTagClassName
{
color: #D0B892;
}
</style>
background-color css
<style>
a { background-color: #D0B892; }
a { background-color: rgb(208,184,146); }
div.DivClassName
{
background-color: #D0B892;
}
.BgClassName
{
background-color: #D0B892;
}
</style>
border-color css
<style>
span { border-color: #D0B892; }
span { border-color: rgb(208,184,146); }
td.TdClassName
{
border-color: #D0B892;
}
.TagClassName
{
border-color: #D0B892;
}
</style>