#D7BD97

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

Shades of Pancho #D7BD97

Tints of Pancho #D7BD97

Color information

#D7BD97 (or 0xD7BD97) is unknown color: approx Pancho. HEX triplet: D7, BD and 97. RGB value is (215,189,151). Sum of RGB (Red+Green+Blue) = 215+189+151=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD97 is #284268. Grayscale: #C0C0C0. Windows color (decimal): -2638441 or 9944535. OLE color: 9944535.

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

Color convert

RGB215189151-
CMYK00.120.300.16
HSL35.63º44.44%71.76%-
HSV(B)35.63º29.77%84.31%-
XYZ51.8153.0836.79-
YUV192.44104.61144.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=38.74%
G=34.05%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518915100.120.300.1635.6344.4471.76
HexD7BD970C1E10242c48
Octal32727522701436204454110
Binary1101011110111101100101110110011110100001001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BD97; }

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

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

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

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

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

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

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

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