#DFBE96

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

Shades of Pancho #DFBE96

Tints of Pancho #DFBE96

Color information

#DFBE96 (or 0xDFBE96) is unknown color: approx Pancho. HEX triplet: DF, BE and 96. RGB value is (223,190,150). Sum of RGB (Red+Green+Blue) = 223+190+150=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE96 is #204169. Grayscale: #C3C3C3. Windows color (decimal): -2113898 or 9879263. OLE color: 9879263.

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

Color convert

RGB223190150-
CMYK00.150.330.13
HSL32.88º53.28%73.14%-
HSV(B)32.88º32.74%87.45%-
XYZ54.3554.7236.55-
YUV195.31102.43147.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 150 (58.98% from 255) = 26.64%
R=39.61%
G=33.75%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319015000.150.330.1332.8853.2873.14
HexDFBE960F21D213549
Octal33727622601741154165111
Binary1101111110111110100101100111110000111011000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE96; }

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

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

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

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

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

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

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

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