#DFB49A

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

Shades of Pancho #DFB49A

Tints of Pancho #DFB49A

Color information

#DFB49A (or 0xDFB49A) is unknown color: approx Pancho. HEX triplet: DF, B4 and 9A. RGB value is (223,180,154). Sum of RGB (Red+Green+Blue) = 223+180+154=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB49A is #204B65. Grayscale: #BEBEBE. Windows color (decimal): -2116454 or 10138847. OLE color: 10138847.

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

Color convert

RGB223180154-
CMYK00.190.310.13
HSL22.61º51.88%73.92%-
HSV(B)22.61º30.94%87.45%-
XYZ52.5950.6637.58-
YUV189.89107.75151.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=40.04%
G=32.32%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318015400.190.310.1322.6151.8873.92
HexDFB49A0131FD17344a
Octal33726423202337152764112
Binary110111111011010010011010010011111111101101111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB49A; }

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

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

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

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

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

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

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

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