Shades of Tan #D2BF92
Tints of Tan #D2BF92
RGB
CMYK
RGB Variations
Color information
#D2BF92 (or 0xD2BF92) is known color: Tan. HEX triplet: D2, BF and 92. RGB value is (210,191,146). Sum of RGB (Red+Green+Blue) = 210+191+146=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BF92 is #2D406D. Grayscale: #BFBFBF. Windows color (decimal): -2965614 or 9617362. OLE color: 9617362.
HSL color Cylindrical-coordinate representation of color #D2BF92: hue angle of 42.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2BF92 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 146 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.18 |
| HSL | 42.19º | 0.42% | 0.7% | - |
| HSV(B) | 42.19º | 0.3% | 0.82% | - |
| XYZ | 50.4 | 53.04 | 34.78 | - |
| YUV | 191.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 146 | 0 | 0.09 | 0.30 | 0.18 | 42.19 | 0.42 | 0.7 |
| Hex | D2 | BF | 92 | 0 | 9 | 1E | 12 | 2A | 2A | 46 |
| Octal | 322 | 277 | 222 | 0 | 11 | 36 | 22 | 52 | 52 | 106 |
| Binary | 11010010 | 10111111 | 10010010 | 0 | 1001 | 11110 | 10010 | 101010 | 101010 | 1000110 |
Color Harmonies of #D2BF92
Complementary color
Monochromatic Colors of #D2BF92
Black with #D2BF92
Text Example
Text Example
White with #D2BF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF92; }
p { color: rgb(210,191,146); }
H1.HeaderClassName
{
color: #D2BF92;
}
.AnyTagClassName
{
color: #D2BF92;
}
</style>
background-color css
<style>
a { background-color: #D2BF92; }
a { background-color: rgb(210,191,146); }
div.DivClassName
{
background-color: #D2BF92;
}
.BgClassName
{
background-color: #D2BF92;
}
</style>
border-color css
<style>
span { border-color: #D2BF92; }
span { border-color: rgb(210,191,146); }
td.TdClassName
{
border-color: #D2BF92;
}
.TagClassName
{
border-color: #D2BF92;
}
</style>