#D5B88D

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

Shades of Tan #D5B88D

Tints of Tan #D5B88D

Color information

#D5B88D (or 0xD5B88D) is unknown color: approx Tan. HEX triplet: D5, B8 and 8D. RGB value is (213,184,141). Sum of RGB (Red+Green+Blue) = 213+184+141=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B88D is #2A4772. Grayscale: #BBBBBB. Windows color (decimal): -2770803 or 9287893. OLE color: 9287893.

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

Color convert

RGB213184141-
CMYK00.140.340.16
HSL35.83º46.15%69.41%-
HSV(B)35.83º33.8%83.53%-
XYZ49.3950.3532.31-
YUV187.77101.61146-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=39.59%
G=34.20%
B=26.21%

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
Decimal21318414100.140.340.1635.8346.1569.41
HexD5B88D0E2210242e45
Octal32527021501642204456105
Binary11010101101110001000110101110100010100001001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B88D; }

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

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

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

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

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

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

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

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