Shades of Tan #D3BF93
Tints of Tan #D3BF93
RGB
CMYK
RGB Variations
Color information
#D3BF93 (or 0xD3BF93) is known color: Tan. HEX triplet: D3, BF and 93. RGB value is (211,191,147). Sum of RGB (Red+Green+Blue) = 211+191+147=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BF93 is #2C406C. Grayscale: #C0C0C0. Windows color (decimal): -2900077 or 9682899. OLE color: 9682899.
HSL color Cylindrical-coordinate representation of color #D3BF93: hue angle of 41.25º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3BF93 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 147 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.17 |
| HSL | 41.25º | 0.42% | 0.7% | - |
| HSV(B) | 41.25º | 0.3% | 0.83% | - |
| XYZ | 50.76 | 53.22 | 35.2 | - |
| YUV | 191.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 147 | 0 | 0.09 | 0.30 | 0.17 | 41.25 | 0.42 | 0.7 |
| Hex | D3 | BF | 93 | 0 | 9 | 1E | 11 | 29 | 2A | 46 |
| Octal | 323 | 277 | 223 | 0 | 11 | 36 | 21 | 51 | 52 | 106 |
| Binary | 11010011 | 10111111 | 10010011 | 0 | 1001 | 11110 | 10001 | 101001 | 101010 | 1000110 |
Color Harmonies of #D3BF93
Complementary color
Monochromatic Colors of #D3BF93
Black with #D3BF93
Text Example
Text Example
White with #D3BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF93; }
p { color: rgb(211,191,147); }
H1.HeaderClassName
{
color: #D3BF93;
}
.AnyTagClassName
{
color: #D3BF93;
}
</style>
background-color css
<style>
a { background-color: #D3BF93; }
a { background-color: rgb(211,191,147); }
div.DivClassName
{
background-color: #D3BF93;
}
.BgClassName
{
background-color: #D3BF93;
}
</style>
border-color css
<style>
span { border-color: #D3BF93; }
span { border-color: rgb(211,191,147); }
td.TdClassName
{
border-color: #D3BF93;
}
.TagClassName
{
border-color: #D3BF93;
}
</style>