Shades of Tan #D6BB8C
Tints of Tan #D6BB8C
RGB
CMYK
RGB Variations
Color information
#D6BB8C (or 0xD6BB8C) is known color: Tan. HEX triplet: D6, BB and 8C. RGB value is (214,187,140). Sum of RGB (Red+Green+Blue) = 214+187+140=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB8C is #294473. Grayscale: #BDBDBD. Windows color (decimal): -2704500 or 9223126. OLE color: 9223126.
HSL color Cylindrical-coordinate representation of color #D6BB8C: hue angle of 38.11º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6BB8C is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 140 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.16 |
| HSL | 38.11º | 0.47% | 0.69% | - |
| HSV(B) | 38.11º | 0.35% | 0.84% | - |
| XYZ | 50.24 | 51.73 | 32.15 | - |
| YUV | 189.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 140 | 0 | 0.13 | 0.35 | 0.16 | 38.11 | 0.47 | 0.69 |
| Hex | D6 | BB | 8C | 0 | D | 23 | 10 | 26 | 2F | 45 |
| Octal | 326 | 273 | 214 | 0 | 15 | 43 | 20 | 46 | 57 | 105 |
| Binary | 11010110 | 10111011 | 10001100 | 0 | 1101 | 100011 | 10000 | 100110 | 101111 | 1000101 |
Color Harmonies of #D6BB8C
Complementary color
Monochromatic Colors of #D6BB8C
Black with #D6BB8C
Text Example
Text Example
White with #D6BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB8C; }
p { color: rgb(214,187,140); }
H1.HeaderClassName
{
color: #D6BB8C;
}
.AnyTagClassName
{
color: #D6BB8C;
}
</style>
background-color css
<style>
a { background-color: #D6BB8C; }
a { background-color: rgb(214,187,140); }
div.DivClassName
{
background-color: #D6BB8C;
}
.BgClassName
{
background-color: #D6BB8C;
}
</style>
border-color css
<style>
span { border-color: #D6BB8C; }
span { border-color: rgb(214,187,140); }
td.TdClassName
{
border-color: #D6BB8C;
}
.TagClassName
{
border-color: #D6BB8C;
}
</style>