#D5BC94

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

Shades of Tan #D5BC94

Tints of Tan #D5BC94

Color information

#D5BC94 (or 0xD5BC94) is unknown color: approx Tan. HEX triplet: D5, BC and 94. RGB value is (213,188,148). Sum of RGB (Red+Green+Blue) = 213+188+148=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC94 is #2A436B. Grayscale: #BFBFBF. Windows color (decimal): -2769772 or 9747669. OLE color: 9747669.

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

Color convert

RGB213188148-
CMYK00.120.310.16
HSL36.92º43.62%70.78%-
HSV(B)36.92º30.52%83.53%-
XYZ50.7752.2535.43-
YUV190.92103.78143.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=38.80%
G=34.24%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318814800.120.310.1636.9243.6270.78
HexD5BC940C1F10252c47
Octal32527422401437204554107
Binary1101010110111100100101000110011111100001001011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC94; }

 p { color: rgb(213,188,148); }

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

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

 a { background-color: rgb(213,188,148); }

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

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

 span { border-color: rgb(213,188,148); }

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