#DFB39A

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

Shades of Pancho #DFB39A

Tints of Pancho #DFB39A

Color information

#DFB39A (or 0xDFB39A) is unknown color: approx Pancho. HEX triplet: DF, B3 and 9A. RGB value is (223,179,154). Sum of RGB (Red+Green+Blue) = 223+179+154=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB39A is #204C65. Grayscale: #BDBDBD. Windows color (decimal): -2116710 or 10138591. OLE color: 10138591.

HSL color Cylindrical-coordinate representation of color #DFB39A: hue angle of 21.74º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFB39A is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223179154-
CMYK00.200.310.13
HSL21.74º51.88%73.92%-
HSV(B)21.74º30.94%87.45%-
XYZ52.3850.2637.51-
YUV189.31108.08152.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=40.11%
G=32.19%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317915400.200.310.1321.7451.8873.92
HexDFB39A0141FD16344a
Octal33726323202437152664112
Binary110111111011001110011010010100111111101101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB39A; }

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

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

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

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

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

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

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

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