#DFAF90

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

Shades of Pancho #DFAF90

Tints of Pancho #DFAF90

Color information

#DFAF90 (or 0xDFAF90) is unknown color: approx Pancho. HEX triplet: DF, AF and 90. RGB value is (223,175,144). Sum of RGB (Red+Green+Blue) = 223+175+144=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF90 is #20506F. Grayscale: #B9B9B9. Windows color (decimal): -2117744 or 9482207. OLE color: 9482207.

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

Color convert

RGB223175144-
CMYK00.220.350.13
HSL23.54º55.24%71.96%-
HSV(B)23.54º35.43%87.45%-
XYZ50.848.3633.04-
YUV185.82104.4154.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=41.14%
G=32.29%
B=26.57%

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
Decimal22317514400.220.350.1323.5455.2471.96
HexDFAF9001623D183748
Octal33725722002643153067110
Binary1101111110101111100100000101101000111101110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF90; }

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

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

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

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

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

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

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

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