#DFB59D

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

Shades of Pancho #DFB59D

Tints of Pancho #DFB59D

Color information

#DFB59D (or 0xDFB59D) is unknown color: approx Pancho. HEX triplet: DF, B5 and 9D. RGB value is (223,181,157). Sum of RGB (Red+Green+Blue) = 223+181+157=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB59D is #204A62. Grayscale: #BEBEBE. Windows color (decimal): -2116195 or 10335711. OLE color: 10335711.

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

Color convert

RGB223181157-
CMYK00.190.300.13
HSL21.82º50.77%74.51%-
HSV(B)21.82º29.6%87.45%-
XYZ53.0451.1738.98-
YUV190.82108.91150.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=39.75%
G=32.26%
B=27.99%

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
Decimal22318115700.190.300.1321.8250.7774.51
HexDFB59D0131ED16334b
Octal33726523502336152663113
Binary110111111011010110011101010011111101101101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB59D; }

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

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

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

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

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

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

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

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