#D7BB96

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

Shades of Pancho #D7BB96

Tints of Pancho #D7BB96

Color information

#D7BB96 (or 0xD7BB96) is unknown color: approx Pancho. HEX triplet: D7, BB and 96. RGB value is (215,187,150). Sum of RGB (Red+Green+Blue) = 215+187+150=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB96 is #284469. Grayscale: #BFBFBF. Windows color (decimal): -2638954 or 9878487. OLE color: 9878487.

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

Color convert

RGB215187150-
CMYK00.130.300.16
HSL34.15º44.83%71.57%-
HSV(B)34.15º30.23%84.31%-
XYZ51.352.1936.22-
YUV191.15104.78145.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=38.95%
G=33.88%
B=27.17%

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
Decimal21518715000.130.300.1634.1544.8371.57
HexD7BB960D1E10222d48
Octal32727322601536204255110
Binary1101011110111011100101100110111110100001000101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB96; }

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

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

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

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

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

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

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

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