#DFAE90

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

Shades of Pancho #DFAE90

Tints of Pancho #DFAE90

Color information

#DFAE90 (or 0xDFAE90) is unknown color: approx Pancho. HEX triplet: DF, AE and 90. RGB value is (223,174,144). Sum of RGB (Red+Green+Blue) = 223+174+144=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE90 is #20516F. Grayscale: #B9B9B9. Windows color (decimal): -2118000 or 9481951. OLE color: 9481951.

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

Color convert

RGB223174144-
CMYK00.220.350.13
HSL22.78º55.24%71.96%-
HSV(B)22.78º35.43%87.45%-
XYZ50.647.9732.98-
YUV185.23104.73154.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=41.22%
G=32.16%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317414400.220.350.1322.7855.2471.96
HexDFAE9001623D173748
Octal33725622002643152767110
Binary1101111110101110100100000101101000111101101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE90; }

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

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

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

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

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

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

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

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