#D5B28C

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

Shades of Tan #D5B28C

Tints of Tan #D5B28C

Color information

#D5B28C (or 0xD5B28C) is unknown color: approx Tan. HEX triplet: D5, B2 and 8C. RGB value is (213,178,140). Sum of RGB (Red+Green+Blue) = 213+178+140=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B28C is #2A4D73. Grayscale: #B8B8B8. Windows color (decimal): -2772340 or 9220821. OLE color: 9220821.

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

Color convert

RGB213178140-
CMYK00.160.340.16
HSL31.23º46.5%69.22%-
HSV(B)31.23º34.27%83.53%-
XYZ48.0947.8831.52-
YUV184.13103.1148.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=40.11%
G=33.52%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317814000.160.340.1631.2346.569.22
HexD5B28C01022101f2e45
Octal32526221402042203756105
Binary11010101101100101000110001000010001010000111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B28C; }

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

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

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

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

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

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

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

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