Shades of Tan #D5B290
Tints of Tan #D5B290
RGB
CMYK
RGB Variations
Color information
#D5B290 (or 0xD5B290) is known color: Tan. HEX triplet: D5, B2 and 90. RGB value is (213,178,144). Sum of RGB (Red+Green+Blue) = 213+178+144=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B290 is #2A4D6F. Grayscale: #B8B8B8. Windows color (decimal): -2772336 or 9482965. OLE color: 9482965.
HSL color Cylindrical-coordinate representation of color #D5B290: hue angle of 29.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5B290 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 144 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.16 |
| HSL | 29.57º | 0.45% | 0.7% | - |
| HSV(B) | 29.57º | 0.32% | 0.84% | - |
| XYZ | 48.4 | 48 | 33.1 | - |
| YUV | 184.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 144 | 0 | 0.16 | 0.32 | 0.16 | 29.57 | 0.45 | 0.7 |
| Hex | D5 | B2 | 90 | 0 | 10 | 20 | 10 | 1E | 2D | 46 |
| Octal | 325 | 262 | 220 | 0 | 20 | 40 | 20 | 36 | 55 | 106 |
| Binary | 11010101 | 10110010 | 10010000 | 0 | 10000 | 100000 | 10000 | 11110 | 101101 | 1000110 |
Color Harmonies of #D5B290
Complementary color
Monochromatic Colors of #D5B290
Black with #D5B290
Text Example
Text Example
White with #D5B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B290; }
p { color: rgb(213,178,144); }
H1.HeaderClassName
{
color: #D5B290;
}
.AnyTagClassName
{
color: #D5B290;
}
</style>
background-color css
<style>
a { background-color: #D5B290; }
a { background-color: rgb(213,178,144); }
div.DivClassName
{
background-color: #D5B290;
}
.BgClassName
{
background-color: #D5B290;
}
</style>
border-color css
<style>
span { border-color: #D5B290; }
span { border-color: rgb(213,178,144); }
td.TdClassName
{
border-color: #D5B290;
}
.TagClassName
{
border-color: #D5B290;
}
</style>