#DFAE8E

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

Shades of Pancho #DFAE8E

Tints of Pancho #DFAE8E

Color information

#DFAE8E (or 0xDFAE8E) is unknown color: approx Pancho. HEX triplet: DF, AE and 8E. RGB value is (223,174,142). Sum of RGB (Red+Green+Blue) = 223+174+142=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE8E is #205171. Grayscale: #B9B9B9. Windows color (decimal): -2118002 or 9350879. OLE color: 9350879.

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

Color convert

RGB223174142-
CMYK00.220.360.13
HSL23.7º55.86%71.57%-
HSV(B)23.7º36.32%87.45%-
XYZ50.4547.9132.18-
YUV185103.73155.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=41.37%
G=32.28%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317414200.220.360.1323.755.8671.57
HexDFAE8E01624D183848
Octal33725621602644153070110
Binary1101111110101110100011100101101001001101110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE8E; }

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

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

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

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

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

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

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

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