#DFB59C

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

Shades of Pancho #DFB59C

Tints of Pancho #DFB59C

Color information

#DFB59C (or 0xDFB59C) is unknown color: approx Pancho. HEX triplet: DF, B5 and 9C. RGB value is (223,181,156). Sum of RGB (Red+Green+Blue) = 223+181+156=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB59C is #204A63. Grayscale: #BEBEBE. Windows color (decimal): -2116196 or 10270175. OLE color: 10270175.

HSL color Cylindrical-coordinate representation of color #DFB59C: hue angle of 22.39º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFB59C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223181156-
CMYK00.190.300.13
HSL22.39º51.15%74.31%-
HSV(B)22.39º30.04%87.45%-
XYZ52.9651.1438.53-
YUV190.71108.41151.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=39.82%
G=32.32%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318115600.190.300.1322.3951.1574.31
HexDFB59C0131ED16334a
Octal33726523402336152663112
Binary110111111011010110011100010011111101101101101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB59C; }

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

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

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

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

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

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

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

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