#D5B18F

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

Shades of Tan #D5B18F

Tints of Tan #D5B18F

Color information

#D5B18F (or 0xD5B18F) is unknown color: approx Tan. HEX triplet: D5, B1 and 8F. RGB value is (213,177,143). Sum of RGB (Red+Green+Blue) = 213+177+143=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B18F is #2A4E70. Grayscale: #B8B8B8. Windows color (decimal): -2772593 or 9417173. OLE color: 9417173.

HSL color Cylindrical-coordinate representation of color #D5B18F: hue angle of 29.14º degrees, saturation: 0.45, 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 #D5B18F is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213177143-
CMYK00.170.330.16
HSL29.14º45.45%69.8%-
HSV(B)29.14º32.86%83.53%-
XYZ48.1247.5732.63-
YUV183.89104.93148.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=39.96%
G=33.21%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317714300.170.330.1629.1445.4569.8
HexD5B18F01121101d2d46
Octal32526121702141203555106
Binary11010101101100011000111101000110000110000111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B18F; }

 p { color: rgb(213,177,143); }

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

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

 a { background-color: rgb(213,177,143); }

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

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

 span { border-color: rgb(213,177,143); }

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