#DFBB9E

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

Shades of Pancho #DFBB9E

Tints of Pancho #DFBB9E

Color information

#DFBB9E (or 0xDFBB9E) is unknown color: approx Pancho. HEX triplet: DF, BB and 9E. RGB value is (223,187,158). Sum of RGB (Red+Green+Blue) = 223+187+158=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB9E is #204461. Grayscale: #C2C2C2. Windows color (decimal): -2114658 or 10402783. OLE color: 10402783.

HSL color Cylindrical-coordinate representation of color #DFBB9E: hue angle of 26.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFBB9E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223187158-
CMYK00.160.290.13
HSL26.77º50.39%74.71%-
HSV(B)26.77º29.15%87.45%-
XYZ54.3753.739.85-
YUV194.46107.43148.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 158 (62.11% from 255) = 27.82%
R=39.26%
G=32.92%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318715800.160.290.1326.7750.3974.71
HexDFBB9E0101DD1b324b
Octal33727323602035153362113
Binary110111111011101110011110010000111011101110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB9E; }

 p { color: rgb(223,187,158); }

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

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

 a { background-color: rgb(223,187,158); }

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

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

 span { border-color: rgb(223,187,158); }

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