#D1B68A

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

Shades of Tan #D1B68A

Tints of Tan #D1B68A

Color information

#D1B68A (or 0xD1B68A) is unknown color: approx Tan. HEX triplet: D1, B6 and 8A. RGB value is (209,182,138). Sum of RGB (Red+Green+Blue) = 209+182+138=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B68A is #2E4975. Grayscale: #B9B9B9. Windows color (decimal): -3033462 or 9090769. OLE color: 9090769.

HSL color Cylindrical-coordinate representation of color #D1B68A: hue angle of 37.18º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D1B68A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB209182138-
CMYK00.130.340.18
HSL37.18º43.56%68.04%-
HSV(B)37.18º33.97%81.96%-
XYZ47.6148.8530.96-
YUV185.06101.45145.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=39.51%
G=34.40%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918213800.130.340.1837.1843.5668.04
HexD1B68A0D2212252c44
Octal32126621201542224554104
Binary11010001101101101000101001101100010100101001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B68A; }

 p { color: rgb(209,182,138); }

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

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

 a { background-color: rgb(209,182,138); }

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

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

 span { border-color: rgb(209,182,138); }

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