#DFBE9C

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

Shades of Pancho #DFBE9C

Tints of Pancho #DFBE9C

Color information

#DFBE9C (or 0xDFBE9C) is unknown color: approx Pancho. HEX triplet: DF, BE and 9C. RGB value is (223,190,156). Sum of RGB (Red+Green+Blue) = 223+190+156=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE9C is #204163. Grayscale: #C4C4C4. Windows color (decimal): -2113892 or 10272479. OLE color: 10272479.

HSL color Cylindrical-coordinate representation of color #DFBE9C: hue angle of 30.45º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFBE9C is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223190156-
CMYK00.150.300.13
HSL30.45º51.15%74.31%-
HSV(B)30.45º30.04%87.45%-
XYZ54.8554.9239.16-
YUV195.99105.43147.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=39.19%
G=33.39%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319015600.150.300.1330.4551.1574.31
HexDFBE9C0F1ED1e334a
Octal33727623401736153663112
Binary11011111101111101001110001111111101101111101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE9C; }

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

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

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

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

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

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

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

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