Shades of Tan #D5BB8C
Tints of Tan #D5BB8C
RGB
CMYK
RGB Variations
Color information
#D5BB8C (or 0xD5BB8C) is known color: Tan. HEX triplet: D5, BB and 8C. RGB value is (213,187,140). Sum of RGB (Red+Green+Blue) = 213+187+140=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB8C is #2A4473. Grayscale: #BDBDBD. Windows color (decimal): -2770036 or 9223125. OLE color: 9223125.
HSL color Cylindrical-coordinate representation of color #D5BB8C: hue angle of 38.63º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5BB8C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 140 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.16 |
| HSL | 38.63º | 0.46% | 0.69% | - |
| HSV(B) | 38.63º | 0.34% | 0.84% | - |
| XYZ | 49.94 | 51.58 | 32.13 | - |
| YUV | 189.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 140 | 0 | 0.12 | 0.34 | 0.16 | 38.63 | 0.46 | 0.69 |
| Hex | D5 | BB | 8C | 0 | C | 22 | 10 | 27 | 2E | 45 |
| Octal | 325 | 273 | 214 | 0 | 14 | 42 | 20 | 47 | 56 | 105 |
| Binary | 11010101 | 10111011 | 10001100 | 0 | 1100 | 100010 | 10000 | 100111 | 101110 | 1000101 |
Color Harmonies of #D5BB8C
Complementary color
Monochromatic Colors of #D5BB8C
Black with #D5BB8C
Text Example
Text Example
White with #D5BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB8C; }
p { color: rgb(213,187,140); }
H1.HeaderClassName
{
color: #D5BB8C;
}
.AnyTagClassName
{
color: #D5BB8C;
}
</style>
background-color css
<style>
a { background-color: #D5BB8C; }
a { background-color: rgb(213,187,140); }
div.DivClassName
{
background-color: #D5BB8C;
}
.BgClassName
{
background-color: #D5BB8C;
}
</style>
border-color css
<style>
span { border-color: #D5BB8C; }
span { border-color: rgb(213,187,140); }
td.TdClassName
{
border-color: #D5BB8C;
}
.TagClassName
{
border-color: #D5BB8C;
}
</style>