#D6B38F

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

Shades of Tan #D6B38F

Tints of Tan #D6B38F

Color information

#D6B38F (or 0xD6B38F) is unknown color: approx Tan. HEX triplet: D6, B3 and 8F. RGB value is (214,179,143). Sum of RGB (Red+Green+Blue) = 214+179+143=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B38F is #294C70. Grayscale: #B9B9B9. Windows color (decimal): -2706545 or 9417686. OLE color: 9417686.

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

Color convert

RGB214179143-
CMYK00.160.330.16
HSL30.42º46.41%70%-
HSV(B)30.42º33.18%83.92%-
XYZ48.8148.5232.78-
YUV185.36104.1148.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.93%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=39.93%
G=33.40%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417914300.160.330.1630.4246.4170
HexD6B38F01021101e2e46
Octal32626321702041203656106
Binary11010110101100111000111101000010000110000111101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B38F; }

 p { color: rgb(214,179,143); }

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

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

 a { background-color: rgb(214,179,143); }

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

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

 span { border-color: rgb(214,179,143); }

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