#DFC093

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

Shades of Pancho #DFC093

Tints of Pancho #DFC093

Color information

#DFC093 (or 0xDFC093) is unknown color: approx Pancho. HEX triplet: DF, C0 and 93. RGB value is (223,192,147). Sum of RGB (Red+Green+Blue) = 223+192+147=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC093 is #203F6C. Grayscale: #C4C4C4. Windows color (decimal): -2113389 or 9683167. OLE color: 9683167.

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

Color convert

RGB223192147-
CMYK00.140.340.13
HSL35.53º54.29%72.55%-
HSV(B)35.53º34.08%87.45%-
XYZ54.5555.4935.44-
YUV196.14100.27147.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 147 (57.81% from 255) = 26.16%
R=39.68%
G=34.16%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319214700.140.340.1335.5354.2972.55
HexDFC0930E22D243649
Octal33730022301642154466111
Binary1101111111000000100100110111010001011011001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC093; }

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

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

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

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

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

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

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

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