Shades of Tan #D2AF8F
Tints of Tan #D2AF8F
RGB
CMYK
RGB Variations
Color information
#D2AF8F (or 0xD2AF8F) is known color: Tan. HEX triplet: D2, AF and 8F. RGB value is (210,175,143). Sum of RGB (Red+Green+Blue) = 210+175+143=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF8F is #2D5070. Grayscale: #B5B5B5. Windows color (decimal): -2969713 or 9416658. OLE color: 9416658.
HSL color Cylindrical-coordinate representation of color #D2AF8F: hue angle of 28.66º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2AF8F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 143 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.18 |
| HSL | 28.66º | 0.43% | 0.69% | - |
| HSV(B) | 28.66º | 0.32% | 0.82% | - |
| XYZ | 46.87 | 46.34 | 32.46 | - |
| YUV | 181.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 143 | 0 | 0.17 | 0.32 | 0.18 | 28.66 | 0.43 | 0.69 |
| Hex | D2 | AF | 8F | 0 | 11 | 20 | 12 | 1D | 2B | 45 |
| Octal | 322 | 257 | 217 | 0 | 21 | 40 | 22 | 35 | 53 | 105 |
| Binary | 11010010 | 10101111 | 10001111 | 0 | 10001 | 100000 | 10010 | 11101 | 101011 | 1000101 |
Color Harmonies of #D2AF8F
Complementary color
Monochromatic Colors of #D2AF8F
Black with #D2AF8F
Text Example
Text Example
White with #D2AF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF8F; }
p { color: rgb(210,175,143); }
H1.HeaderClassName
{
color: #D2AF8F;
}
.AnyTagClassName
{
color: #D2AF8F;
}
</style>
background-color css
<style>
a { background-color: #D2AF8F; }
a { background-color: rgb(210,175,143); }
div.DivClassName
{
background-color: #D2AF8F;
}
.BgClassName
{
background-color: #D2AF8F;
}
</style>
border-color css
<style>
span { border-color: #D2AF8F; }
span { border-color: rgb(210,175,143); }
td.TdClassName
{
border-color: #D2AF8F;
}
.TagClassName
{
border-color: #D2AF8F;
}
</style>