#DFB094

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

Shades of Pancho #DFB094

Tints of Pancho #DFB094

Color information

#DFB094 (or 0xDFB094) is unknown color: approx Pancho. HEX triplet: DF, B0 and 94. RGB value is (223,176,148). Sum of RGB (Red+Green+Blue) = 223+176+148=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB094 is #204F6B. Grayscale: #BBBBBB. Windows color (decimal): -2117484 or 9744607. OLE color: 9744607.

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

Color convert

RGB223176148-
CMYK00.210.340.13
HSL22.4º53.96%72.75%-
HSV(B)22.4º33.63%87.45%-
XYZ51.348.8834.75-
YUV186.86106.07153.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=40.77%
G=32.18%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317614800.210.340.1322.453.9672.75
HexDFB09401522D163649
Octal33726022402542152666111
Binary1101111110110000100101000101011000101101101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB094; }

 p { color: rgb(223,176,148); }

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

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

 a { background-color: rgb(223,176,148); }

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

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

 span { border-color: rgb(223,176,148); }

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