#D8BB96

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

Shades of Pancho #D8BB96

Tints of Pancho #D8BB96

Color information

#D8BB96 (or 0xD8BB96) is unknown color: approx Pancho. HEX triplet: D8, BB and 96. RGB value is (216,187,150). Sum of RGB (Red+Green+Blue) = 216+187+150=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB96 is #274469. Grayscale: #BFBFBF. Windows color (decimal): -2573418 or 9878488. OLE color: 9878488.

HSL color Cylindrical-coordinate representation of color #D8BB96: hue angle of 33.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8BB96 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216187150-
CMYK00.130.310.15
HSL33.64º45.83%71.76%-
HSV(B)33.64º30.56%84.71%-
XYZ51.5952.3436.24-
YUV191.45104.61145.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=39.06%
G=33.82%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618715000.130.310.1533.6445.8371.76
HexD8BB960D1FF222e48
Octal33027322601537174256110
Binary110110001011101110010110011011111111111000101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB96; }

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

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

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

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

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

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

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

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