#DFB49C

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

Shades of Pancho #DFB49C

Tints of Pancho #DFB49C

Color information

#DFB49C (or 0xDFB49C) is unknown color: approx Pancho. HEX triplet: DF, B4 and 9C. RGB value is (223,180,156). Sum of RGB (Red+Green+Blue) = 223+180+156=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB49C is #204B63. Grayscale: #BEBEBE. Windows color (decimal): -2116452 or 10269919. OLE color: 10269919.

HSL color Cylindrical-coordinate representation of color #DFB49C: hue angle of 21.49º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB49C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223180156-
CMYK00.190.300.13
HSL21.49º51.15%74.31%-
HSV(B)21.49º30.04%87.45%-
XYZ52.7550.7338.46-
YUV190.12108.75151.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=39.89%
G=32.20%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318015600.190.300.1321.4951.1574.31
HexDFB49C0131ED15334a
Octal33726423402336152563112
Binary110111111011010010011100010011111101101101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB49C; }

 p { color: rgb(223,180,156); }

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

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

 a { background-color: rgb(223,180,156); }

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

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

 span { border-color: rgb(223,180,156); }

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