#DFB399

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

Shades of Pancho #DFB399

Tints of Pancho #DFB399

Color information

#DFB399 (or 0xDFB399) is unknown color: approx Pancho. HEX triplet: DF, B3 and 99. RGB value is (223,179,153). Sum of RGB (Red+Green+Blue) = 223+179+153=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB399 is #204C66. Grayscale: #BDBDBD. Windows color (decimal): -2116711 or 10073055. OLE color: 10073055.

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

Color convert

RGB223179153-
CMYK00.200.310.13
HSL22.29º52.24%73.73%-
HSV(B)22.29º31.39%87.45%-
XYZ52.350.2337.08-
YUV189.19107.58152.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 153 (60.16% from 255) = 27.57%
R=40.18%
G=32.25%
B=27.57%

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
Decimal22317915300.200.310.1322.2952.2473.73
HexDFB3990141FD16344a
Octal33726323102437152664112
Binary110111111011001110011001010100111111101101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB399; }

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

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

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

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

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

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

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

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