#D4BC8F

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

Shades of Tan #D4BC8F

Tints of Tan #D4BC8F

Color information

#D4BC8F (or 0xD4BC8F) is unknown color: approx Tan. HEX triplet: D4, BC and 8F. RGB value is (212,188,143). Sum of RGB (Red+Green+Blue) = 212+188+143=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BC8F is #2B4370. Grayscale: #BEBEBE. Windows color (decimal): -2835313 or 9419988. OLE color: 9419988.

HSL color Cylindrical-coordinate representation of color #D4BC8F: hue angle of 39.13º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4BC8F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212188143-
CMYK00.110.330.17
HSL39.13º44.52%69.61%-
HSV(B)39.13º32.55%83.14%-
XYZ50.0951.9533.37-
YUV190.05101.45143.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=39.04%
G=34.62%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218814300.110.330.1739.1344.5269.61
HexD4BC8F0B2111272d46
Octal32427421701341214755106
Binary11010100101111001000111101011100001100011001111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC8F; }

 p { color: rgb(212,188,143); }

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

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

 a { background-color: rgb(212,188,143); }

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

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

 span { border-color: rgb(212,188,143); }

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