#D9B392

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

Shades of Pancho #D9B392

Tints of Pancho #D9B392

Color information

#D9B392 (or 0xD9B392) is unknown color: approx Pancho. HEX triplet: D9, B3 and 92. RGB value is (217,179,146). Sum of RGB (Red+Green+Blue) = 217+179+146=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B392 is #264C6D. Grayscale: #BABABA. Windows color (decimal): -2509934 or 9614297. OLE color: 9614297.

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

Color convert

RGB217179146-
CMYK00.180.330.15
HSL27.89º48.3%71.18%-
HSV(B)27.89º32.72%85.1%-
XYZ49.9249.0734.03-
YUV186.6105.09149.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 33.03%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=40.04%
G=33.03%
B=26.94%

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
Decimal21717914600.180.330.1527.8948.371.18
HexD9B39201221F1c3047
Octal33126322202241173460107
Binary1101100110110011100100100100101000011111111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B392; }

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

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

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

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

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

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

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

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