#DFBA96

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

Shades of Pancho #DFBA96

Tints of Pancho #DFBA96

Color information

#DFBA96 (or 0xDFBA96) is unknown color: approx Pancho. HEX triplet: DF, BA and 96. RGB value is (223,186,150). Sum of RGB (Red+Green+Blue) = 223+186+150=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA96 is #204569. Grayscale: #C1C1C1. Windows color (decimal): -2114922 or 9878239. OLE color: 9878239.

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

Color convert

RGB223186150-
CMYK00.170.330.13
HSL29.59º53.28%73.14%-
HSV(B)29.59º32.74%87.45%-
XYZ53.553.0136.27-
YUV192.96103.76149.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=39.89%
G=33.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318615000.170.330.1329.5953.2873.14
HexDFBA9601121D1e3549
Octal33727222602141153665111
Binary1101111110111010100101100100011000011101111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA96; }

 p { color: rgb(223,186,150); }

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

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

 a { background-color: rgb(223,186,150); }

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

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

 span { border-color: rgb(223,186,150); }

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