Shades of Tan #D0BB8C
Tints of Tan #D0BB8C
RGB
CMYK
RGB Variations
Color information
#D0BB8C (or 0xD0BB8C) is known color: Tan. HEX triplet: D0, BB and 8C. RGB value is (208,187,140). Sum of RGB (Red+Green+Blue) = 208+187+140=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BB8C is #2F4473. Grayscale: #BCBCBC. Windows color (decimal): -3097716 or 9223120. OLE color: 9223120.
HSL color Cylindrical-coordinate representation of color #D0BB8C: hue angle of 41.47º 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 #D0BB8C is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 140 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.18 |
| HSL | 41.47º | 0.42% | 0.68% | - |
| HSV(B) | 41.47º | 0.33% | 0.82% | - |
| XYZ | 48.52 | 50.84 | 32.07 | - |
| YUV | 187.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 140 | 0 | 0.10 | 0.33 | 0.18 | 41.47 | 0.42 | 0.68 |
| Hex | D0 | BB | 8C | 0 | A | 21 | 12 | 29 | 2A | 44 |
| Octal | 320 | 273 | 214 | 0 | 12 | 41 | 22 | 51 | 52 | 104 |
| Binary | 11010000 | 10111011 | 10001100 | 0 | 1010 | 100001 | 10010 | 101001 | 101010 | 1000100 |
Color Harmonies of #D0BB8C
Complementary color
Monochromatic Colors of #D0BB8C
Black with #D0BB8C
Text Example
Text Example
White with #D0BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BB8C; }
p { color: rgb(208,187,140); }
H1.HeaderClassName
{
color: #D0BB8C;
}
.AnyTagClassName
{
color: #D0BB8C;
}
</style>
background-color css
<style>
a { background-color: #D0BB8C; }
a { background-color: rgb(208,187,140); }
div.DivClassName
{
background-color: #D0BB8C;
}
.BgClassName
{
background-color: #D0BB8C;
}
</style>
border-color css
<style>
span { border-color: #D0BB8C; }
span { border-color: rgb(208,187,140); }
td.TdClassName
{
border-color: #D0BB8C;
}
.TagClassName
{
border-color: #D0BB8C;
}
</style>