#DFB999

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

Shades of Pancho #DFB999

Tints of Pancho #DFB999

Color information

#DFB999 (or 0xDFB999) is unknown color: approx Pancho. HEX triplet: DF, B9 and 99. RGB value is (223,185,153). Sum of RGB (Red+Green+Blue) = 223+185+153=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB999 is #204666. Grayscale: #C0C0C0. Windows color (decimal): -2115175 or 10074591. OLE color: 10074591.

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

Color convert

RGB223185153-
CMYK00.170.310.13
HSL27.43º52.24%73.73%-
HSV(B)27.43º31.39%87.45%-
XYZ53.5352.6937.49-
YUV192.71105.59149.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 185 (72.66% from 255) = 32.98%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=39.75%
G=32.98%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318515300.170.310.1327.4352.2473.73
HexDFB9990111FD1b344a
Octal33727123102137153364112
Binary110111111011100110011001010001111111101110111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB999; }

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

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

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

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

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

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

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

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