Shades of Tan #D0BD92
Tints of Tan #D0BD92
RGB
CMYK
RGB Variations
Color information
#D0BD92 (or 0xD0BD92) is known color: Tan. HEX triplet: D0, BD and 92. RGB value is (208,189,146). Sum of RGB (Red+Green+Blue) = 208+189+146=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BD92 is #2F426D. Grayscale: #BDBDBD. Windows color (decimal): -3097198 or 9616848. OLE color: 9616848.
HSL color Cylindrical-coordinate representation of color #D0BD92: hue angle of 41.61º 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 #D0BD92 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 146 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.18 |
| HSL | 41.61º | 0.4% | 0.69% | - |
| HSV(B) | 41.61º | 0.3% | 0.82% | - |
| XYZ | 49.4 | 51.88 | 34.6 | - |
| YUV | 189.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 146 | 0 | 0.09 | 0.30 | 0.18 | 41.61 | 0.4 | 0.69 |
| Hex | D0 | BD | 92 | 0 | 9 | 1E | 12 | 2A | 28 | 45 |
| Octal | 320 | 275 | 222 | 0 | 11 | 36 | 22 | 52 | 50 | 105 |
| Binary | 11010000 | 10111101 | 10010010 | 0 | 1001 | 11110 | 10010 | 101010 | 101000 | 1000101 |
Color Harmonies of #D0BD92
Complementary color
Monochromatic Colors of #D0BD92
Black with #D0BD92
Text Example
Text Example
White with #D0BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD92; }
p { color: rgb(208,189,146); }
H1.HeaderClassName
{
color: #D0BD92;
}
.AnyTagClassName
{
color: #D0BD92;
}
</style>
background-color css
<style>
a { background-color: #D0BD92; }
a { background-color: rgb(208,189,146); }
div.DivClassName
{
background-color: #D0BD92;
}
.BgClassName
{
background-color: #D0BD92;
}
</style>
border-color css
<style>
span { border-color: #D0BD92; }
span { border-color: rgb(208,189,146); }
td.TdClassName
{
border-color: #D0BD92;
}
.TagClassName
{
border-color: #D0BD92;
}
</style>