#DFB39B

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

Shades of Pancho #DFB39B

Tints of Pancho #DFB39B

Color information

#DFB39B (or 0xDFB39B) is unknown color: approx Pancho. HEX triplet: DF, B3 and 9B. RGB value is (223,179,155). Sum of RGB (Red+Green+Blue) = 223+179+155=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB39B is #204C64. Grayscale: #BDBDBD. Windows color (decimal): -2116709 or 10204127. OLE color: 10204127.

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

Color convert

RGB223179155-
CMYK00.200.300.13
HSL21.18º51.52%74.12%-
HSV(B)21.18º30.49%87.45%-
XYZ52.4750.2937.95-
YUV189.42108.58151.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.04%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=40.04%
G=32.14%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317915500.200.300.1321.1851.5274.12
HexDFB39B0141ED15344a
Octal33726323302436152564112
Binary110111111011001110011011010100111101101101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB39B; }

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

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

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

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

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

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

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

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