Shades of Tan #D0BC92
Tints of Tan #D0BC92
RGB
CMYK
RGB Variations
Color information
#D0BC92 (or 0xD0BC92) is known color: Tan. HEX triplet: D0, BC and 92. RGB value is (208,188,146). Sum of RGB (Red+Green+Blue) = 208+188+146=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BC92 is #2F436D. Grayscale: #BDBDBD. Windows color (decimal): -3097454 or 9616592. OLE color: 9616592.
HSL color Cylindrical-coordinate representation of color #D0BC92: hue angle of 40.65º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0BC92 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 146 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.18 |
| HSL | 40.65º | 0.4% | 0.69% | - |
| HSV(B) | 40.65º | 0.3% | 0.82% | - |
| XYZ | 49.18 | 51.45 | 34.53 | - |
| YUV | 189.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 146 | 0 | 0.10 | 0.30 | 0.18 | 40.65 | 0.4 | 0.69 |
| Hex | D0 | BC | 92 | 0 | A | 1E | 12 | 29 | 28 | 45 |
| Octal | 320 | 274 | 222 | 0 | 12 | 36 | 22 | 51 | 50 | 105 |
| Binary | 11010000 | 10111100 | 10010010 | 0 | 1010 | 11110 | 10010 | 101001 | 101000 | 1000101 |
Color Harmonies of #D0BC92
Complementary color
Monochromatic Colors of #D0BC92
Black with #D0BC92
Text Example
Text Example
White with #D0BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC92; }
p { color: rgb(208,188,146); }
H1.HeaderClassName
{
color: #D0BC92;
}
.AnyTagClassName
{
color: #D0BC92;
}
</style>
background-color css
<style>
a { background-color: #D0BC92; }
a { background-color: rgb(208,188,146); }
div.DivClassName
{
background-color: #D0BC92;
}
.BgClassName
{
background-color: #D0BC92;
}
</style>
border-color css
<style>
span { border-color: #D0BC92; }
span { border-color: rgb(208,188,146); }
td.TdClassName
{
border-color: #D0BC92;
}
.TagClassName
{
border-color: #D0BC92;
}
</style>