Shades of Tan #D4BC90
Tints of Tan #D4BC90
RGB
CMYK
RGB Variations
Color information
#D4BC90 (or 0xD4BC90) is known color: Tan. HEX triplet: D4, BC and 90. RGB value is (212,188,144). Sum of RGB (Red+Green+Blue) = 212+188+144=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC90 is #2B436F. Grayscale: #BEBEBE. Windows color (decimal): -2835312 or 9485524. OLE color: 9485524.
HSL color Cylindrical-coordinate representation of color #D4BC90: hue angle of 38.82º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4BC90 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 144 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.17 |
| HSL | 38.82º | 0.44% | 0.7% | - |
| HSV(B) | 38.82º | 0.32% | 0.83% | - |
| XYZ | 50.17 | 51.98 | 33.77 | - |
| YUV | 190.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 144 | 0 | 0.11 | 0.32 | 0.17 | 38.82 | 0.44 | 0.7 |
| Hex | D4 | BC | 90 | 0 | B | 20 | 11 | 27 | 2C | 46 |
| Octal | 324 | 274 | 220 | 0 | 13 | 40 | 21 | 47 | 54 | 106 |
| Binary | 11010100 | 10111100 | 10010000 | 0 | 1011 | 100000 | 10001 | 100111 | 101100 | 1000110 |
Color Harmonies of #D4BC90
Complementary color
Monochromatic Colors of #D4BC90
Black with #D4BC90
Text Example
Text Example
White with #D4BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC90; }
p { color: rgb(212,188,144); }
H1.HeaderClassName
{
color: #D4BC90;
}
.AnyTagClassName
{
color: #D4BC90;
}
</style>
background-color css
<style>
a { background-color: #D4BC90; }
a { background-color: rgb(212,188,144); }
div.DivClassName
{
background-color: #D4BC90;
}
.BgClassName
{
background-color: #D4BC90;
}
</style>
border-color css
<style>
span { border-color: #D4BC90; }
span { border-color: rgb(212,188,144); }
td.TdClassName
{
border-color: #D4BC90;
}
.TagClassName
{
border-color: #D4BC90;
}
</style>