Shades of Tan #D3B68D
Tints of Tan #D3B68D
RGB
CMYK
RGB Variations
Color information
#D3B68D (or 0xD3B68D) is known color: Tan. HEX triplet: D3, B6 and 8D. RGB value is (211,182,141). Sum of RGB (Red+Green+Blue) = 211+182+141=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B68D is #2C4972. Grayscale: #BABABA. Windows color (decimal): -2902387 or 9287379. OLE color: 9287379.
HSL color Cylindrical-coordinate representation of color #D3B68D: hue angle of 35.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3B68D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 182 | 141 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.17 |
| HSL | 35.14º | 0.44% | 0.69% | - |
| HSV(B) | 35.14º | 0.33% | 0.83% | - |
| XYZ | 48.4 | 49.23 | 32.15 | - |
| YUV | 186 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 182 | 141 | 0 | 0.14 | 0.33 | 0.17 | 35.14 | 0.44 | 0.69 |
| Hex | D3 | B6 | 8D | 0 | E | 21 | 11 | 23 | 2C | 45 |
| Octal | 323 | 266 | 215 | 0 | 16 | 41 | 21 | 43 | 54 | 105 |
| Binary | 11010011 | 10110110 | 10001101 | 0 | 1110 | 100001 | 10001 | 100011 | 101100 | 1000101 |
Color Harmonies of #D3B68D
Complementary color
Monochromatic Colors of #D3B68D
Black with #D3B68D
Text Example
Text Example
White with #D3B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B68D; }
p { color: rgb(211,182,141); }
H1.HeaderClassName
{
color: #D3B68D;
}
.AnyTagClassName
{
color: #D3B68D;
}
</style>
background-color css
<style>
a { background-color: #D3B68D; }
a { background-color: rgb(211,182,141); }
div.DivClassName
{
background-color: #D3B68D;
}
.BgClassName
{
background-color: #D3B68D;
}
</style>
border-color css
<style>
span { border-color: #D3B68D; }
span { border-color: rgb(211,182,141); }
td.TdClassName
{
border-color: #D3B68D;
}
.TagClassName
{
border-color: #D3B68D;
}
</style>