#D5BE93

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

Shades of Tan #D5BE93

Tints of Tan #D5BE93

Color information

#D5BE93 (or 0xD5BE93) is unknown color: approx Tan. HEX triplet: D5, BE and 93. RGB value is (213,190,147). Sum of RGB (Red+Green+Blue) = 213+190+147=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE93 is #2A416C. Grayscale: #C0C0C0. Windows color (decimal): -2769261 or 9682645. OLE color: 9682645.

HSL color Cylindrical-coordinate representation of color #D5BE93: hue angle of 39.09º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5BE93 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213190147-
CMYK00.110.310.16
HSL39.09º44%70.59%-
HSV(B)39.09º30.99%83.53%-
XYZ51.1253.0835.15-
YUV191.98102.62143-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 147 (57.81% from 255) = 26.73%
R=38.73%
G=34.55%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319014700.110.310.1639.094470.59
HexD5BE930B1F10272c47
Octal32527622301337204754107
Binary1101010110111110100100110101111111100001001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BE93; }

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

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

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

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

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

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

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

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