Shades of Tan #D0BE93
Tints of Tan #D0BE93
RGB
CMYK
RGB Variations
Color information
#D0BE93 (or 0xD0BE93) is known color: Tan. HEX triplet: D0, BE and 93. RGB value is (208,190,147). Sum of RGB (Red+Green+Blue) = 208+190+147=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BE93 is #2F416C. Grayscale: #BEBEBE. Windows color (decimal): -3096941 or 9682640. OLE color: 9682640.
HSL color Cylindrical-coordinate representation of color #D0BE93: hue angle of 42.3º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0BE93 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 147 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.18 |
| HSL | 42.3º | 0.39% | 0.7% | - |
| HSV(B) | 42.3º | 0.29% | 0.82% | - |
| XYZ | 49.69 | 52.34 | 35.09 | - |
| YUV | 190.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 147 | 0 | 0.09 | 0.29 | 0.18 | 42.3 | 0.39 | 0.7 |
| Hex | D0 | BE | 93 | 0 | 9 | 1D | 12 | 2A | 27 | 46 |
| Octal | 320 | 276 | 223 | 0 | 11 | 35 | 22 | 52 | 47 | 106 |
| Binary | 11010000 | 10111110 | 10010011 | 0 | 1001 | 11101 | 10010 | 101010 | 100111 | 1000110 |
Color Harmonies of #D0BE93
Complementary color
Monochromatic Colors of #D0BE93
Black with #D0BE93
Text Example
Text Example
White with #D0BE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE93; }
p { color: rgb(208,190,147); }
H1.HeaderClassName
{
color: #D0BE93;
}
.AnyTagClassName
{
color: #D0BE93;
}
</style>
background-color css
<style>
a { background-color: #D0BE93; }
a { background-color: rgb(208,190,147); }
div.DivClassName
{
background-color: #D0BE93;
}
.BgClassName
{
background-color: #D0BE93;
}
</style>
border-color css
<style>
span { border-color: #D0BE93; }
span { border-color: rgb(208,190,147); }
td.TdClassName
{
border-color: #D0BE93;
}
.TagClassName
{
border-color: #D0BE93;
}
</style>