#D5B190

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

Shades of Tan #D5B190

Tints of Tan #D5B190

Color information

#D5B190 (or 0xD5B190) is unknown color: approx Tan. HEX triplet: D5, B1 and 90. RGB value is (213,177,144). Sum of RGB (Red+Green+Blue) = 213+177+144=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B190 is #2A4E6F. Grayscale: #B8B8B8. Windows color (decimal): -2772592 or 9482709. OLE color: 9482709.

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

Color convert

RGB213177144-
CMYK00.170.320.16
HSL28.7º45.1%70%-
HSV(B)28.7º32.39%83.53%-
XYZ48.247.633.03-
YUV184105.43148.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=39.89%
G=33.15%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317714400.170.320.1628.745.170
HexD5B19001120101d2d46
Octal32526122002140203555106
Binary11010101101100011001000001000110000010000111011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B190; }

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

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

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

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

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

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

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

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