Shades of Tan #D6BD90
Tints of Tan #D6BD90
RGB
CMYK
RGB Variations
Color information
#D6BD90 (or 0xD6BD90) is known color: Tan. HEX triplet: D6, BD and 90. RGB value is (214,189,144). Sum of RGB (Red+Green+Blue) = 214+189+144=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD90 is #29426F. Grayscale: #BFBFBF. Windows color (decimal): -2703984 or 9485782. OLE color: 9485782.
HSL color Cylindrical-coordinate representation of color #D6BD90: hue angle of 38.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6BD90 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 144 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.16 |
| HSL | 38.57º | 0.46% | 0.7% | - |
| HSV(B) | 38.57º | 0.33% | 0.84% | - |
| XYZ | 50.96 | 52.7 | 33.87 | - |
| YUV | 191.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 144 | 0 | 0.12 | 0.33 | 0.16 | 38.57 | 0.46 | 0.7 |
| Hex | D6 | BD | 90 | 0 | C | 21 | 10 | 27 | 2E | 46 |
| Octal | 326 | 275 | 220 | 0 | 14 | 41 | 20 | 47 | 56 | 106 |
| Binary | 11010110 | 10111101 | 10010000 | 0 | 1100 | 100001 | 10000 | 100111 | 101110 | 1000110 |
Color Harmonies of #D6BD90
Complementary color
Monochromatic Colors of #D6BD90
Black with #D6BD90
Text Example
Text Example
White with #D6BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD90; }
p { color: rgb(214,189,144); }
H1.HeaderClassName
{
color: #D6BD90;
}
.AnyTagClassName
{
color: #D6BD90;
}
</style>
background-color css
<style>
a { background-color: #D6BD90; }
a { background-color: rgb(214,189,144); }
div.DivClassName
{
background-color: #D6BD90;
}
.BgClassName
{
background-color: #D6BD90;
}
</style>
border-color css
<style>
span { border-color: #D6BD90; }
span { border-color: rgb(214,189,144); }
td.TdClassName
{
border-color: #D6BD90;
}
.TagClassName
{
border-color: #D6BD90;
}
</style>