#D7BB97

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

Shades of Pancho #D7BB97

Tints of Pancho #D7BB97

Color information

#D7BB97 (or 0xD7BB97) is unknown color: approx Pancho. HEX triplet: D7, BB and 97. RGB value is (215,187,151). Sum of RGB (Red+Green+Blue) = 215+187+151=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB97 is #284468. Grayscale: #BFBFBF. Windows color (decimal): -2638953 or 9944023. OLE color: 9944023.

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

Color convert

RGB215187151-
CMYK00.130.300.16
HSL33.75º44.44%71.76%-
HSV(B)33.75º29.77%84.31%-
XYZ51.3852.2236.65-
YUV191.27105.28144.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=38.88%
G=33.82%
B=27.31%

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
Decimal21518715100.130.300.1633.7544.4471.76
HexD7BB970D1E10222c48
Octal32727322701536204254110
Binary1101011110111011100101110110111110100001000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB97; }

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

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

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

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

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

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

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

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