#DFBE91

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

Shades of Pancho #DFBE91

Tints of Pancho #DFBE91

Color information

#DFBE91 (or 0xDFBE91) is unknown color: approx Pancho. HEX triplet: DF, BE and 91. RGB value is (223,190,145). Sum of RGB (Red+Green+Blue) = 223+190+145=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE91 is #20416E. Grayscale: #C2C2C2. Windows color (decimal): -2113903 or 9551583. OLE color: 9551583.

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

Color convert

RGB223190145-
CMYK00.150.350.13
HSL34.62º54.93%72.16%-
HSV(B)34.62º34.98%87.45%-
XYZ53.9654.5634.48-
YUV194.7499.93148.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 145 (57.03% from 255) = 25.99%
R=39.96%
G=34.05%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319014500.150.350.1334.6254.9372.16
HexDFBE910F23D233748
Octal33727622101743154367110
Binary1101111110111110100100010111110001111011000111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE91; }

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

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

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

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

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

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

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

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