#D9BB97

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

Shades of Pancho #D9BB97

Tints of Pancho #D9BB97

Color information

#D9BB97 (or 0xD9BB97) is unknown color: approx Pancho. HEX triplet: D9, BB and 97. RGB value is (217,187,151). Sum of RGB (Red+Green+Blue) = 217+187+151=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB97 is #264468. Grayscale: #C0C0C0. Windows color (decimal): -2507881 or 9944025. OLE color: 9944025.

HSL color Cylindrical-coordinate representation of color #D9BB97: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9BB97 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217187151-
CMYK00.140.300.15
HSL32.73º46.48%72.16%-
HSV(B)32.73º30.41%85.1%-
XYZ51.9752.5336.68-
YUV191.87104.94145.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=39.10%
G=33.69%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718715100.140.300.1532.7346.4872.16
HexD9BB970E1EF212e48
Octal33127322701636174156110
Binary110110011011101110010111011101111011111000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB97; }

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

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

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

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

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

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

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

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