#DFB595

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

Shades of Pancho #DFB595

Tints of Pancho #DFB595

Color information

#DFB595 (or 0xDFB595) is unknown color: approx Pancho. HEX triplet: DF, B5 and 95. RGB value is (223,181,149). Sum of RGB (Red+Green+Blue) = 223+181+149=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB595 is #204A6A. Grayscale: #BEBEBE. Windows color (decimal): -2116203 or 9811423. OLE color: 9811423.

HSL color Cylindrical-coordinate representation of color #DFB595: hue angle of 25.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFB595 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB223181149-
CMYK00.190.330.13
HSL25.95º53.62%72.94%-
HSV(B)25.95º33.18%87.45%-
XYZ52.3850.9135.5-
YUV189.91104.91151.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=40.33%
G=32.73%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318114900.190.330.1325.9553.6272.94
HexDFB59501321D1a3649
Octal33726522502341153266111
Binary1101111110110101100101010100111000011101110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB595; }

 p { color: rgb(223,181,149); }

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

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

 a { background-color: rgb(223,181,149); }

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

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

 span { border-color: rgb(223,181,149); }

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