#D9B391

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

Shades of Pancho #D9B391

Tints of Pancho #D9B391

Color information

#D9B391 (or 0xD9B391) is unknown color: approx Pancho. HEX triplet: D9, B3 and 91. RGB value is (217,179,145). Sum of RGB (Red+Green+Blue) = 217+179+145=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B391 is #264C6E. Grayscale: #BABABA. Windows color (decimal): -2509935 or 9548761. OLE color: 9548761.

HSL color Cylindrical-coordinate representation of color #D9B391: hue angle of 28.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9B391 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217179145-
CMYK00.180.330.15
HSL28.33º48.65%70.98%-
HSV(B)28.33º33.18%85.1%-
XYZ49.8549.0433.63-
YUV186.49104.59149.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 145 (57.03% from 255) = 26.80%
R=40.11%
G=33.09%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717914500.180.330.1528.3348.6570.98
HexD9B39101221F1c3147
Octal33126322102241173461107
Binary1101100110110011100100010100101000011111111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B391; }

 p { color: rgb(217,179,145); }

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

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

 a { background-color: rgb(217,179,145); }

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

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

 span { border-color: rgb(217,179,145); }

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