#DFAE95

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

Shades of Pancho #DFAE95

Tints of Pancho #DFAE95

Color information

#DFAE95 (or 0xDFAE95) is unknown color: approx Pancho. HEX triplet: DF, AE and 95. RGB value is (223,174,149). Sum of RGB (Red+Green+Blue) = 223+174+149=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE95 is #20516A. Grayscale: #B9B9B9. Windows color (decimal): -2117995 or 9809631. OLE color: 9809631.

HSL color Cylindrical-coordinate representation of color #DFAE95: hue angle of 20.27º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFAE95 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223174149-
CMYK00.220.330.13
HSL20.27º53.62%72.94%-
HSV(B)20.27º33.18%87.45%-
XYZ50.9948.1335.04-
YUV185.8107.23154.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=40.84%
G=31.87%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317414900.220.330.1320.2753.6272.94
HexDFAE9501621D143649
Octal33725622502641152466111
Binary1101111110101110100101010101101000011101101001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE95; }

 p { color: rgb(223,174,149); }

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

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

 a { background-color: rgb(223,174,149); }

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

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

 span { border-color: rgb(223,174,149); }

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