#DFB499

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

Shades of Pancho #DFB499

Tints of Pancho #DFB499

Color information

#DFB499 (or 0xDFB499) is unknown color: approx Pancho. HEX triplet: DF, B4 and 99. RGB value is (223,180,153). Sum of RGB (Red+Green+Blue) = 223+180+153=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB499 is #204B66. Grayscale: #BDBDBD. Windows color (decimal): -2116455 or 10073311. OLE color: 10073311.

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

Color convert

RGB223180153-
CMYK00.190.310.13
HSL23.14º52.24%73.73%-
HSV(B)23.14º31.39%87.45%-
XYZ52.550.6337.14-
YUV189.78107.25151.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 153 (60.16% from 255) = 27.52%
R=40.11%
G=32.37%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318015300.190.310.1323.1452.2473.73
HexDFB4990131FD17344a
Octal33726423102337152764112
Binary110111111011010010011001010011111111101101111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB499; }

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

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

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

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

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

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

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

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