#DFB391

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

Shades of Pancho #DFB391

Tints of Pancho #DFB391

Color information

#DFB391 (or 0xDFB391) is unknown color: approx Pancho. HEX triplet: DF, B3 and 91. RGB value is (223,179,145). Sum of RGB (Red+Green+Blue) = 223+179+145=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB391 is #204C6E. Grayscale: #BCBCBC. Windows color (decimal): -2116719 or 9548767. OLE color: 9548767.

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

Color convert

RGB223179145-
CMYK00.200.350.13
HSL26.15º54.93%72.16%-
HSV(B)26.15º34.98%87.45%-
XYZ51.6649.9733.71-
YUV188.28103.58152.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 145 (57.03% from 255) = 26.51%
R=40.77%
G=32.72%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317914500.200.350.1326.1554.9372.16
HexDFB39101423D1a3748
Octal33726322102443153267110
Binary1101111110110011100100010101001000111101110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB391; }

 p { color: rgb(223,179,145); }

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

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

 a { background-color: rgb(223,179,145); }

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

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

 span { border-color: rgb(223,179,145); }

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