#DFBA91

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

Shades of Pancho #DFBA91

Tints of Pancho #DFBA91

Color information

#DFBA91 (or 0xDFBA91) is unknown color: approx Pancho. HEX triplet: DF, BA and 91. RGB value is (223,186,145). Sum of RGB (Red+Green+Blue) = 223+186+145=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA91 is #20456E. Grayscale: #C0C0C0. Windows color (decimal): -2114927 or 9550559. OLE color: 9550559.

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

Color convert

RGB223186145-
CMYK00.170.350.13
HSL31.54º54.93%72.16%-
HSV(B)31.54º34.98%87.45%-
XYZ53.152.8534.19-
YUV192.39101.26149.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=40.25%
G=33.57%
B=26.17%

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
Decimal22318614500.170.350.1331.5454.9372.16
HexDFBA9101123D203748
Octal33727222102143154067110
Binary11011111101110101001000101000110001111011000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA91; }

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

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

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

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

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

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

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

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