#D6B08E

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

Shades of Tan #D6B08E

Tints of Tan #D6B08E

Color information

#D6B08E (or 0xD6B08E) is unknown color: approx Tan. HEX triplet: D6, B0 and 8E. RGB value is (214,176,142). Sum of RGB (Red+Green+Blue) = 214+176+142=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B08E is #294F71. Grayscale: #B7B7B7. Windows color (decimal): -2707314 or 9351382. OLE color: 9351382.

HSL color Cylindrical-coordinate representation of color #D6B08E: hue angle of 28.33º 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 #D6B08E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214176142-
CMYK00.180.340.16
HSL28.33º46.75%69.8%-
HSV(B)28.33º33.64%83.92%-
XYZ48.1447.332.18-
YUV183.49104.59149.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=40.23%
G=33.08%
B=26.69%

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
Decimal21417614200.180.340.1628.3346.7569.8
HexD6B08E01222101c2f46
Octal32626021602242203457106
Binary11010110101100001000111001001010001010000111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B08E; }

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

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

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

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

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

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

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

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