#D9B291

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

Shades of Pancho #D9B291

Tints of Pancho #D9B291

Color information

#D9B291 (or 0xD9B291) is unknown color: approx Pancho. HEX triplet: D9, B2 and 91. RGB value is (217,178,145). Sum of RGB (Red+Green+Blue) = 217+178+145=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B291 is #264D6E. Grayscale: #BABABA. Windows color (decimal): -2510191 or 9548505. OLE color: 9548505.

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

Color convert

RGB217178145-
CMYK00.180.330.15
HSL27.5º48.65%70.98%-
HSV(B)27.5º33.18%85.1%-
XYZ49.6548.6433.56-
YUV185.9104.92150.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=40.19%
G=32.96%
B=26.85%

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
Decimal21717814500.180.330.1527.548.6570.98
HexD9B29101221F1c3147
Octal33126222102241173461107
Binary1101100110110010100100010100101000011111111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B291; }

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

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

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

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

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

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

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

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