#D4B38A

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

Shades of Tan #D4B38A

Tints of Tan #D4B38A

Color information

#D4B38A (or 0xD4B38A) is unknown color: approx Tan. HEX triplet: D4, B3 and 8A. RGB value is (212,179,138). Sum of RGB (Red+Green+Blue) = 212+179+138=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B38A is #2B4C75. Grayscale: #B8B8B8. Windows color (decimal): -2837622 or 9090004. OLE color: 9090004.

HSL color Cylindrical-coordinate representation of color #D4B38A: hue angle of 33.24º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4B38A is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212179138-
CMYK00.160.350.17
HSL33.24º46.25%68.63%-
HSV(B)33.24º34.91%83.14%-
XYZ47.8648.0730.8-
YUV184.19101.93147.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=40.08%
G=33.84%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217913800.160.350.1733.2446.2568.63
HexD4B38A0102311212e45
Octal32426321202043214156105
Binary110101001011001110001010010000100011100011000011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B38A; }

 p { color: rgb(212,179,138); }

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

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

 a { background-color: rgb(212,179,138); }

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

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

 span { border-color: rgb(212,179,138); }

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