#D5B88C

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

Shades of Tan #D5B88C

Tints of Tan #D5B88C

Color information

#D5B88C (or 0xD5B88C) is unknown color: approx Tan. HEX triplet: D5, B8 and 8C. RGB value is (213,184,140). Sum of RGB (Red+Green+Blue) = 213+184+140=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B88C is #2A4773. Grayscale: #BBBBBB. Windows color (decimal): -2770804 or 9222357. OLE color: 9222357.

HSL color Cylindrical-coordinate representation of color #D5B88C: hue angle of 36.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5B88C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213184140-
CMYK00.140.340.16
HSL36.16º46.5%69.22%-
HSV(B)36.16º34.27%83.53%-
XYZ49.3150.3231.92-
YUV187.66101.11146.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 140 (55.08% from 255) = 26.07%
R=39.66%
G=34.26%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318414000.140.340.1636.1646.569.22
HexD5B88C0E2210242e45
Octal32527021401642204456105
Binary11010101101110001000110001110100010100001001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B88C; }

 p { color: rgb(213,184,140); }

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

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

 a { background-color: rgb(213,184,140); }

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

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

 span { border-color: rgb(213,184,140); }

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