#D7BA98

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

Shades of Pancho #D7BA98

Tints of Pancho #D7BA98

Color information

#D7BA98 (or 0xD7BA98) is unknown color: approx Pancho. HEX triplet: D7, BA and 98. RGB value is (215,186,152). Sum of RGB (Red+Green+Blue) = 215+186+152=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA98 is #284567. Grayscale: #BEBEBE. Windows color (decimal): -2639208 or 10009303. OLE color: 10009303.

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

Color convert

RGB215186152-
CMYK00.130.290.16
HSL32.38º44.06%71.96%-
HSV(B)32.38º29.3%84.31%-
XYZ51.2551.8337.01-
YUV190.8106.11145.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=38.88%
G=33.63%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518615200.130.290.1632.3844.0671.96
HexD7BA980D1D10202c48
Octal32727223001535204054110
Binary1101011110111010100110000110111101100001000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA98; }

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

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

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

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

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

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

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

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