#D9BB96

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

Shades of Pancho #D9BB96

Tints of Pancho #D9BB96

Color information

#D9BB96 (or 0xD9BB96) is unknown color: approx Pancho. HEX triplet: D9, BB and 96. RGB value is (217,187,150). Sum of RGB (Red+Green+Blue) = 217+187+150=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB96 is #264469. Grayscale: #BFBFBF. Windows color (decimal): -2507882 or 9878489. OLE color: 9878489.

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

Color convert

RGB217187150-
CMYK00.140.310.15
HSL33.13º46.85%71.96%-
HSV(B)33.13º30.88%85.1%-
XYZ51.8952.4936.25-
YUV191.75104.44146.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=39.17%
G=33.75%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718715000.140.310.1533.1346.8571.96
HexD9BB960E1FF212f48
Octal33127322601637174157110
Binary110110011011101110010110011101111111111000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB96; }

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

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

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

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

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

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

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

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