#D9B493

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

Shades of Pancho #D9B493

Tints of Pancho #D9B493

Color information

#D9B493 (or 0xD9B493) is unknown color: approx Pancho. HEX triplet: D9, B4 and 93. RGB value is (217,180,147). Sum of RGB (Red+Green+Blue) = 217+180+147=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B493 is #264B6C. Grayscale: #BBBBBB. Windows color (decimal): -2509677 or 9680089. OLE color: 9680089.

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

Color convert

RGB217180147-
CMYK00.170.320.15
HSL28.29º47.95%71.37%-
HSV(B)28.29º32.26%85.1%-
XYZ50.249.534.51-
YUV187.3105.26149.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 147 (57.81% from 255) = 27.02%
R=39.89%
G=33.09%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718014700.170.320.1528.2947.9571.37
HexD9B49301120F1c3047
Octal33126422302140173460107
Binary1101100110110100100100110100011000001111111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B493; }

 p { color: rgb(217,180,147); }

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

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

 a { background-color: rgb(217,180,147); }

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

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

 span { border-color: rgb(217,180,147); }

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