#D7BA95

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

Shades of Pancho #D7BA95

Tints of Pancho #D7BA95

Color information

#D7BA95 (or 0xD7BA95) is unknown color: approx Pancho. HEX triplet: D7, BA and 95. RGB value is (215,186,149). Sum of RGB (Red+Green+Blue) = 215+186+149=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA95 is #28456A. Grayscale: #BEBEBE. Windows color (decimal): -2639211 or 9812695. OLE color: 9812695.

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

Color convert

RGB215186149-
CMYK00.130.310.16
HSL33.64º45.21%71.37%-
HSV(B)33.64º30.7%84.31%-
XYZ51.0151.7335.73-
YUV190.45104.61145.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=39.09%
G=33.82%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518614900.130.310.1633.6445.2171.37
HexD7BA950D1F10222d47
Octal32727222501537204255107
Binary1101011110111010100101010110111111100001000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA95; }

 p { color: rgb(215,186,149); }

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

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

 a { background-color: rgb(215,186,149); }

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

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

 span { border-color: rgb(215,186,149); }

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