#DFAF93

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

Shades of Pancho #DFAF93

Tints of Pancho #DFAF93

Color information

#DFAF93 (or 0xDFAF93) is unknown color: approx Pancho. HEX triplet: DF, AF and 93. RGB value is (223,175,147). Sum of RGB (Red+Green+Blue) = 223+175+147=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF93 is #20506C. Grayscale: #BABABA. Windows color (decimal): -2117741 or 9678815. OLE color: 9678815.

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

Color convert

RGB223175147-
CMYK00.220.340.13
HSL22.11º54.29%72.55%-
HSV(B)22.11º34.08%87.45%-
XYZ51.0348.4534.27-
YUV186.16105.9154.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=40.92%
G=32.11%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317514700.220.340.1322.1154.2972.55
HexDFAF9301622D163649
Octal33725722302642152666111
Binary1101111110101111100100110101101000101101101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF93; }

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

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

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

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

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

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

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

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