#DFB891

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

Shades of Pancho #DFB891

Tints of Pancho #DFB891

Color information

#DFB891 (or 0xDFB891) is unknown color: approx Pancho. HEX triplet: DF, B8 and 91. RGB value is (223,184,145). Sum of RGB (Red+Green+Blue) = 223+184+145=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB891 is #20476E. Grayscale: #BFBFBF. Windows color (decimal): -2115439 or 9550047. OLE color: 9550047.

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

Color convert

RGB223184145-
CMYK00.170.350.13
HSL30º54.93%72.16%-
HSV(B)30º34.98%87.45%-
XYZ52.6852.0134.05-
YUV191.22101.92150.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=40.40%
G=33.33%
B=26.27%

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
Decimal22318414500.170.350.133054.9372.16
HexDFB89101123D1e3748
Octal33727022102143153667110
Binary1101111110111000100100010100011000111101111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB891; }

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

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

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

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

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

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

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

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