#DFB991

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

Shades of Pancho #DFB991

Tints of Pancho #DFB991

Color information

#DFB991 (or 0xDFB991) is unknown color: approx Pancho. HEX triplet: DF, B9 and 91. RGB value is (223,185,145). Sum of RGB (Red+Green+Blue) = 223+185+145=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB991 is #20466E. Grayscale: #BFBFBF. Windows color (decimal): -2115183 or 9550303. OLE color: 9550303.

HSL color Cylindrical-coordinate representation of color #DFB991: hue angle of 30.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFB991 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223185145-
CMYK00.170.350.13
HSL30.77º54.93%72.16%-
HSV(B)30.77º34.98%87.45%-
XYZ52.8952.4334.12-
YUV191.8101.59150.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=40.33%
G=33.45%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318514500.170.350.1330.7754.9372.16
HexDFB99101123D1f3748
Octal33727122102143153767110
Binary1101111110111001100100010100011000111101111111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB991; }

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

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

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

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

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

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

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

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