#DFB194

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

Shades of Pancho #DFB194

Tints of Pancho #DFB194

Color information

#DFB194 (or 0xDFB194) is unknown color: approx Pancho. HEX triplet: DF, B1 and 94. RGB value is (223,177,148). Sum of RGB (Red+Green+Blue) = 223+177+148=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB194 is #204E6B. Grayscale: #BBBBBB. Windows color (decimal): -2117228 or 9744863. OLE color: 9744863.

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

Color convert

RGB223177148-
CMYK00.210.340.13
HSL23.2º53.96%72.75%-
HSV(B)23.2º33.63%87.45%-
XYZ51.549.2734.81-
YUV187.45105.74153.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=40.69%
G=32.30%
B=27.01%

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
Decimal22317714800.210.340.1323.253.9672.75
HexDFB19401522D173649
Octal33726122402542152766111
Binary1101111110110001100101000101011000101101101111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB194; }

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

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

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

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

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

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

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

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