#D7BC96

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

Shades of Pancho #D7BC96

Tints of Pancho #D7BC96

Color information

#D7BC96 (or 0xD7BC96) is unknown color: approx Pancho. HEX triplet: D7, BC and 96. RGB value is (215,188,150). Sum of RGB (Red+Green+Blue) = 215+188+150=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BC96 is #284369. Grayscale: #BFBFBF. Windows color (decimal): -2638698 or 9878743. OLE color: 9878743.

HSL color Cylindrical-coordinate representation of color #D7BC96: hue angle of 35.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7BC96 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215188150-
CMYK00.130.300.16
HSL35.08º44.83%71.57%-
HSV(B)35.08º30.23%84.31%-
XYZ51.5152.6236.29-
YUV191.74104.45144.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=38.88%
G=34.00%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518815000.130.300.1635.0844.8371.57
HexD7BC960D1E10232d48
Octal32727422601536204355110
Binary1101011110111100100101100110111110100001000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BC96; }

 p { color: rgb(215,188,150); }

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

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

 a { background-color: rgb(215,188,150); }

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

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

 span { border-color: rgb(215,188,150); }

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