#DFBB99

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

Shades of Pancho #DFBB99

Tints of Pancho #DFBB99

Color information

#DFBB99 (or 0xDFBB99) is unknown color: approx Pancho. HEX triplet: DF, BB and 99. RGB value is (223,187,153). Sum of RGB (Red+Green+Blue) = 223+187+153=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB99 is #204466. Grayscale: #C2C2C2. Windows color (decimal): -2114663 or 10075103. OLE color: 10075103.

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

Color convert

RGB223187153-
CMYK00.160.310.13
HSL29.14º52.24%73.73%-
HSV(B)29.14º31.39%87.45%-
XYZ53.9553.5337.63-
YUV193.89104.93148.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=39.61%
G=33.21%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318715300.160.310.1329.1452.2473.73
HexDFBB990101FD1d344a
Octal33727323102037153564112
Binary110111111011101110011001010000111111101111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB99; }

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

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

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

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

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

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

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

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