#D7BB9A

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

Shades of Pancho #D7BB9A

Tints of Pancho #D7BB9A

Color information

#D7BB9A (or 0xD7BB9A) is unknown color: approx Pancho. HEX triplet: D7, BB and 9A. RGB value is (215,187,154). Sum of RGB (Red+Green+Blue) = 215+187+154=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB9A is #284465. Grayscale: #BFBFBF. Windows color (decimal): -2638950 or 10140631. OLE color: 10140631.

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

Color convert

RGB215187154-
CMYK00.130.280.16
HSL32.46º43.26%72.35%-
HSV(B)32.46º28.37%84.31%-
XYZ51.6352.3237.95-
YUV191.61106.78144.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=38.67%
G=33.63%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518715400.130.280.1632.4643.2672.35
HexD7BB9A0D1C10202b48
Octal32727323201534204053110
Binary1101011110111011100110100110111100100001000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB9A; }

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

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

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

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

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

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

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

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