#d6af8e

Color #D6AF8E Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tan #D6AF8E

Tints of Tan #D6AF8E

Color information

#D6AF8E (or 0xD6AF8E) is unknown color: approx Tan. HEX triplet: D6, AF and 8E. RGB value is (214,175,142). Sum of RGB (Red+Green+Blue) = 214+175+142=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF8E is #295071. Grayscale: #B7B7B7. Windows color (decimal): -2707570 or 9351126. OLE color: 9351126.

HSL color Cylindrical-coordinate representation of color #D6AF8E: hue angle of 27.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6AF8E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214175142-
CMYK00.180.340.16
HSL27.5º46.75%69.8%-
HSV(B)27.5º33.64%83.92%-
XYZ47.9446.9132.12-
YUV182.9104.92150.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=40.30%
G=32.96%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417514200.180.340.1627.546.7569.8
HexD6AF8E01222101c2f46
Octal32625721602242203457106
Binary11010110101011111000111001001010001010000111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6af8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6af8e; }

 p { color: rgb(214,175,142); }

 H1.HeaderClassName
 {
   color: #d6af8e;
 }
 .AnyTagClassName
 {
   color: #d6af8e;
 }
</style>
background-color css

<style>
 a { background-color: #d6af8e; }

 a { background-color: rgb(214,175,142); }

 div.DivClassName
 {
   background-color: #d6af8e;
 }
 .BgClassName
 {
   background-color: #d6af8e;
 }
</style>
border-color css

<style>
 span { border-color: #d6af8e; }

 span { border-color: rgb(214,175,142); }

 td.TdClassName
 {
   border-color: #d6af8e;
 }
 .TagClassName
 {
   border-color: #d6af8e;
 }
</style>