#D4BF91

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

Shades of Tan #D4BF91

Tints of Tan #D4BF91

Color information

#D4BF91 (or 0xD4BF91) is unknown color: approx Tan. HEX triplet: D4, BF and 91. RGB value is (212,191,145). Sum of RGB (Red+Green+Blue) = 212+191+145=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BF91 is #2B406E. Grayscale: #C0C0C0. Windows color (decimal): -2834543 or 9551828. OLE color: 9551828.

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

Color convert

RGB212191145-
CMYK00.100.320.17
HSL41.19º43.79%70%-
HSV(B)41.19º31.6%83.14%-
XYZ50.8953.334.39-
YUV192.04101.46142.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=38.69%
G=34.85%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219114500.100.320.1741.1943.7970
HexD4BF910A2011292c46
Octal32427722101240215154106
Binary11010100101111111001000101010100000100011010011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BF91; }

 p { color: rgb(212,191,145); }

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

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

 a { background-color: rgb(212,191,145); }

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

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

 span { border-color: rgb(212,191,145); }

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