#D9BC91

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

Shades of Pancho #D9BC91

Tints of Pancho #D9BC91

Color information

#D9BC91 (or 0xD9BC91) is unknown color: approx Pancho. HEX triplet: D9, BC and 91. RGB value is (217,188,145). Sum of RGB (Red+Green+Blue) = 217+188+145=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC91 is #26436E. Grayscale: #BFBFBF. Windows color (decimal): -2507631 or 9551065. OLE color: 9551065.

HSL color Cylindrical-coordinate representation of color #D9BC91: hue angle of 35.83º 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 #D9BC91 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217188145-
CMYK00.130.330.15
HSL35.83º48.65%70.98%-
HSV(B)35.83º33.18%85.1%-
XYZ51.7152.7634.25-
YUV191.77101.61146-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=39.45%
G=34.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718814500.130.330.1535.8348.6570.98
HexD9BC910D21F243147
Octal33127422101541174461107
Binary1101100110111100100100010110110000111111001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC91; }

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

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

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

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

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

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

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

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