Shades of Tan #D0B18B
Tints of Tan #D0B18B
RGB
CMYK
RGB Variations
Color information
#D0B18B (or 0xD0B18B) is known color: Tan. HEX triplet: D0, B1 and 8B. RGB value is (208,177,139). Sum of RGB (Red+Green+Blue) = 208+177+139=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B18B is #2F4E74. Grayscale: #B6B6B6. Windows color (decimal): -3100277 or 9155024. OLE color: 9155024.
HSL color Cylindrical-coordinate representation of color #D0B18B: hue angle of 33.04º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0B18B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 177 | 139 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.18 |
| HSL | 33.04º | 0.42% | 0.68% | - |
| HSV(B) | 33.04º | 0.33% | 0.82% | - |
| XYZ | 46.39 | 46.72 | 31 | - |
| YUV | 181.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 177 | 139 | 0 | 0.15 | 0.33 | 0.18 | 33.04 | 0.42 | 0.68 |
| Hex | D0 | B1 | 8B | 0 | F | 21 | 12 | 21 | 2A | 44 |
| Octal | 320 | 261 | 213 | 0 | 17 | 41 | 22 | 41 | 52 | 104 |
| Binary | 11010000 | 10110001 | 10001011 | 0 | 1111 | 100001 | 10010 | 100001 | 101010 | 1000100 |
Color Harmonies of #D0B18B
Complementary color
Monochromatic Colors of #D0B18B
Black with #D0B18B
Text Example
Text Example
White with #D0B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B18B; }
p { color: rgb(208,177,139); }
H1.HeaderClassName
{
color: #D0B18B;
}
.AnyTagClassName
{
color: #D0B18B;
}
</style>
background-color css
<style>
a { background-color: #D0B18B; }
a { background-color: rgb(208,177,139); }
div.DivClassName
{
background-color: #D0B18B;
}
.BgClassName
{
background-color: #D0B18B;
}
</style>
border-color css
<style>
span { border-color: #D0B18B; }
span { border-color: rgb(208,177,139); }
td.TdClassName
{
border-color: #D0B18B;
}
.TagClassName
{
border-color: #D0B18B;
}
</style>