#DFBB96

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

Shades of Pancho #DFBB96

Tints of Pancho #DFBB96

Color information

#DFBB96 (or 0xDFBB96) is unknown color: approx Pancho. HEX triplet: DF, BB and 96. RGB value is (223,187,150). Sum of RGB (Red+Green+Blue) = 223+187+150=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB96 is #204469. Grayscale: #C1C1C1. Windows color (decimal): -2114666 or 9878495. OLE color: 9878495.

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

Color convert

RGB223187150-
CMYK00.160.330.13
HSL30.41º53.28%73.14%-
HSV(B)30.41º32.74%87.45%-
XYZ53.7153.4336.34-
YUV193.55103.43149.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=39.82%
G=33.39%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318715000.160.330.1330.4153.2873.14
HexDFBB9601021D1e3549
Octal33727322602041153665111
Binary1101111110111011100101100100001000011101111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBB96; }

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

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

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

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

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

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

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

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