#D5BC8D

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

Shades of Tan #D5BC8D

Tints of Tan #D5BC8D

Color information

#D5BC8D (or 0xD5BC8D) is unknown color: approx Tan. HEX triplet: D5, BC and 8D. RGB value is (213,188,141). Sum of RGB (Red+Green+Blue) = 213+188+141=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC8D is #2A4372. Grayscale: #BEBEBE. Windows color (decimal): -2769779 or 9288917. OLE color: 9288917.

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

Color convert

RGB213188141-
CMYK00.120.340.16
HSL39.17º46.15%69.41%-
HSV(B)39.17º33.8%83.53%-
XYZ50.2352.0432.6-
YUV190.12100.28144.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=39.30%
G=34.69%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318814100.120.340.1639.1746.1569.41
HexD5BC8D0C2210272e45
Octal32527421501442204756105
Binary11010101101111001000110101100100010100001001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC8D; }

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

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

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

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

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

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

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

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