#DFAF95

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

Shades of Pancho #DFAF95

Tints of Pancho #DFAF95

Color information

#DFAF95 (or 0xDFAF95) is unknown color: approx Pancho. HEX triplet: DF, AF and 95. RGB value is (223,175,149). Sum of RGB (Red+Green+Blue) = 223+175+149=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF95 is #20506A. Grayscale: #BABABA. Windows color (decimal): -2117739 or 9809887. OLE color: 9809887.

HSL color Cylindrical-coordinate representation of color #DFAF95: hue angle of 21.08º 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 #DFAF95 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223175149-
CMYK00.220.330.13
HSL21.08º53.62%72.94%-
HSV(B)21.08º33.18%87.45%-
XYZ51.1948.5235.1-
YUV186.39106.9154.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=40.77%
G=31.99%
B=27.24%

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
Decimal22317514900.220.330.1321.0853.6272.94
HexDFAF9501621D153649
Octal33725722502641152566111
Binary1101111110101111100101010101101000011101101011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF95; }

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

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

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

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

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

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

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

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