#DFB190

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

Shades of Pancho #DFB190

Tints of Pancho #DFB190

Color information

#DFB190 (or 0xDFB190) is unknown color: approx Pancho. HEX triplet: DF, B1 and 90. RGB value is (223,177,144). Sum of RGB (Red+Green+Blue) = 223+177+144=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB190 is #204E6F. Grayscale: #BBBBBB. Windows color (decimal): -2117232 or 9482719. OLE color: 9482719.

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

Color convert

RGB223177144-
CMYK00.210.350.13
HSL25.06º55.24%71.96%-
HSV(B)25.06º35.43%87.45%-
XYZ51.1949.1533.17-
YUV186.99103.74153.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 144 (56.64% from 255) = 26.47%
R=40.99%
G=32.54%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317714400.210.350.1325.0655.2471.96
HexDFB19001523D193748
Octal33726122002543153167110
Binary1101111110110001100100000101011000111101110011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB190; }

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

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

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

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

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

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

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

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