#DFB090

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

Shades of Pancho #DFB090

Tints of Pancho #DFB090

Color information

#DFB090 (or 0xDFB090) is unknown color: approx Pancho. HEX triplet: DF, B0 and 90. RGB value is (223,176,144). Sum of RGB (Red+Green+Blue) = 223+176+144=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB090 is #204F6F. Grayscale: #BABABA. Windows color (decimal): -2117488 or 9482463. OLE color: 9482463.

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

Color convert

RGB223176144-
CMYK00.210.350.13
HSL24.3º55.24%71.96%-
HSV(B)24.3º35.43%87.45%-
XYZ50.9948.7533.11-
YUV186.4104.07154.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=41.07%
G=32.41%
B=26.52%

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
Decimal22317614400.210.350.1324.355.2471.96
HexDFB09001523D183748
Octal33726022002543153067110
Binary1101111110110000100100000101011000111101110001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB090; }

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

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

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

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

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

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

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

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