#DFB49B

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

Shades of Pancho #DFB49B

Tints of Pancho #DFB49B

Color information

#DFB49B (or 0xDFB49B) is unknown color: approx Pancho. HEX triplet: DF, B4 and 9B. RGB value is (223,180,155). Sum of RGB (Red+Green+Blue) = 223+180+155=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB49B is #204B64. Grayscale: #BEBEBE. Windows color (decimal): -2116453 or 10204383. OLE color: 10204383.

HSL color Cylindrical-coordinate representation of color #DFB49B: hue angle of 22.06º degrees, saturation: 0.52, 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 #DFB49B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223180155-
CMYK00.190.300.13
HSL22.06º51.52%74.12%-
HSV(B)22.06º30.49%87.45%-
XYZ52.6750.738.02-
YUV190.01108.25151.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=39.96%
G=32.26%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318015500.190.300.1322.0651.5274.12
HexDFB49B0131ED16344a
Octal33726423302336152664112
Binary110111111011010010011011010011111101101101101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB49B; }

 p { color: rgb(223,180,155); }

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

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

 a { background-color: rgb(223,180,155); }

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

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

 span { border-color: rgb(223,180,155); }

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