#D5BE90

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

Shades of Tan #D5BE90

Tints of Tan #D5BE90

Color information

#D5BE90 (or 0xD5BE90) is unknown color: approx Tan. HEX triplet: D5, BE and 90. RGB value is (213,190,144). Sum of RGB (Red+Green+Blue) = 213+190+144=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE90 is #2A416F. Grayscale: #BFBFBF. Windows color (decimal): -2769264 or 9486037. OLE color: 9486037.

HSL color Cylindrical-coordinate representation of color #D5BE90: hue angle of 40º 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 #D5BE90 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB213190144-
CMYK00.110.320.16
HSL40º45.1%70%-
HSV(B)40º32.39%83.53%-
XYZ50.8952.9933.93-
YUV191.63101.12143.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=38.94%
G=34.73%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319014400.110.320.164045.170
HexD5BE900B2010282d46
Octal32527622001340205055106
Binary11010101101111101001000001011100000100001010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BE90; }

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

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

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

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

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

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

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

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