#D4B895

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

Shades of Tan #D4B895

Tints of Tan #D4B895

Color information

#D4B895 (or 0xD4B895) is unknown color: approx Tan. HEX triplet: D4, B8 and 95. RGB value is (212,184,149). Sum of RGB (Red+Green+Blue) = 212+184+149=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B895 is #2B476A. Grayscale: #BCBCBC. Windows color (decimal): -2836331 or 9812180. OLE color: 9812180.

HSL color Cylindrical-coordinate representation of color #D4B895: hue angle of 33.33º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4B895 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212184149-
CMYK00.130.300.17
HSL33.33º42.28%70.78%-
HSV(B)33.33º29.72%83.14%-
XYZ49.7250.4535.55-
YUV188.38105.78144.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=38.90%
G=33.76%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218414900.130.300.1733.3342.2870.78
HexD4B8950D1E11212a47
Octal32427022501536214152107
Binary1101010010111000100101010110111110100011000011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B895; }

 p { color: rgb(212,184,149); }

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

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

 a { background-color: rgb(212,184,149); }

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

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

 span { border-color: rgb(212,184,149); }

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