Shades of Tan #D3B290
Tints of Tan #D3B290
RGB
CMYK
RGB Variations
Color information
#D3B290 (or 0xD3B290) is known color: Tan. HEX triplet: D3, B2 and 90. RGB value is (211,178,144). Sum of RGB (Red+Green+Blue) = 211+178+144=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B290 is #2C4D6F. Grayscale: #B8B8B8. Windows color (decimal): -2903408 or 9482963. OLE color: 9482963.
HSL color Cylindrical-coordinate representation of color #D3B290: hue angle of 30.45º degrees, saturation: 0.43, 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 #D3B290 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 178 | 144 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.17 |
| HSL | 30.45º | 0.43% | 0.7% | - |
| HSV(B) | 30.45º | 0.32% | 0.83% | - |
| XYZ | 47.82 | 47.7 | 33.07 | - |
| YUV | 183.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 178 | 144 | 0 | 0.16 | 0.32 | 0.17 | 30.45 | 0.43 | 0.7 |
| Hex | D3 | B2 | 90 | 0 | 10 | 20 | 11 | 1E | 2B | 46 |
| Octal | 323 | 262 | 220 | 0 | 20 | 40 | 21 | 36 | 53 | 106 |
| Binary | 11010011 | 10110010 | 10010000 | 0 | 10000 | 100000 | 10001 | 11110 | 101011 | 1000110 |
Color Harmonies of #D3B290
Complementary color
Monochromatic Colors of #D3B290
Black with #D3B290
Text Example
Text Example
White with #D3B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B290; }
p { color: rgb(211,178,144); }
H1.HeaderClassName
{
color: #D3B290;
}
.AnyTagClassName
{
color: #D3B290;
}
</style>
background-color css
<style>
a { background-color: #D3B290; }
a { background-color: rgb(211,178,144); }
div.DivClassName
{
background-color: #D3B290;
}
.BgClassName
{
background-color: #D3B290;
}
</style>
border-color css
<style>
span { border-color: #D3B290; }
span { border-color: rgb(211,178,144); }
td.TdClassName
{
border-color: #D3B290;
}
.TagClassName
{
border-color: #D3B290;
}
</style>