Shades of Tan #D6B28C
Tints of Tan #D6B28C
RGB
CMYK
RGB Variations
Color information
#D6B28C (or 0xD6B28C) is known color: Tan. HEX triplet: D6, B2 and 8C. RGB value is (214,178,140). Sum of RGB (Red+Green+Blue) = 214+178+140=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B28C is #294D73. Grayscale: #B8B8B8. Windows color (decimal): -2706804 or 9220822. OLE color: 9220822.
HSL color Cylindrical-coordinate representation of color #D6B28C: hue angle of 30.81º 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 #D6B28C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 140 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.16 |
| HSL | 30.81º | 0.47% | 0.69% | - |
| HSV(B) | 30.81º | 0.35% | 0.84% | - |
| XYZ | 48.39 | 48.03 | 31.53 | - |
| YUV | 184.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 140 | 0 | 0.17 | 0.35 | 0.16 | 30.81 | 0.47 | 0.69 |
| Hex | D6 | B2 | 8C | 0 | 11 | 23 | 10 | 1F | 2F | 45 |
| Octal | 326 | 262 | 214 | 0 | 21 | 43 | 20 | 37 | 57 | 105 |
| Binary | 11010110 | 10110010 | 10001100 | 0 | 10001 | 100011 | 10000 | 11111 | 101111 | 1000101 |
Color Harmonies of #D6B28C
Complementary color
Monochromatic Colors of #D6B28C
Black with #D6B28C
Text Example
Text Example
White with #D6B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B28C; }
p { color: rgb(214,178,140); }
H1.HeaderClassName
{
color: #D6B28C;
}
.AnyTagClassName
{
color: #D6B28C;
}
</style>
background-color css
<style>
a { background-color: #D6B28C; }
a { background-color: rgb(214,178,140); }
div.DivClassName
{
background-color: #D6B28C;
}
.BgClassName
{
background-color: #D6B28C;
}
</style>
border-color css
<style>
span { border-color: #D6B28C; }
span { border-color: rgb(214,178,140); }
td.TdClassName
{
border-color: #D6B28C;
}
.TagClassName
{
border-color: #D6B28C;
}
</style>