#DFAF92

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

Shades of Pancho #DFAF92

Tints of Pancho #DFAF92

Color information

#DFAF92 (or 0xDFAF92) is unknown color: approx Pancho. HEX triplet: DF, AF and 92. RGB value is (223,175,146). Sum of RGB (Red+Green+Blue) = 223+175+146=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAF92 is #20506D. Grayscale: #BABABA. Windows color (decimal): -2117742 or 9613279. OLE color: 9613279.

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

Color convert

RGB223175146-
CMYK00.220.350.13
HSL22.6º54.61%72.35%-
HSV(B)22.6º34.53%87.45%-
XYZ50.9548.4233.86-
YUV186.05105.4154.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=40.99%
G=32.17%
B=26.84%

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
Decimal22317514600.220.350.1322.654.6172.35
HexDFAF9201623D173748
Octal33725722202643152767110
Binary1101111110101111100100100101101000111101101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAF92; }

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

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

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

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

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

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

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

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