#D9BB9B

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

Shades of Pancho #D9BB9B

Tints of Pancho #D9BB9B

Color information

#D9BB9B (or 0xD9BB9B) is unknown color: approx Pancho. HEX triplet: D9, BB and 9B. RGB value is (217,187,155). Sum of RGB (Red+Green+Blue) = 217+187+155=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB9B is #264464. Grayscale: #C0C0C0. Windows color (decimal): -2507877 or 10206169. OLE color: 10206169.

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

Color convert

RGB217187155-
CMYK00.140.290.15
HSL30.97º44.93%72.94%-
HSV(B)30.97º28.57%85.1%-
XYZ52.352.6638.42-
YUV192.32106.94145.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=38.82%
G=33.45%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718715500.140.290.1530.9744.9372.94
HexD9BB9B0E1DF1f2d49
Octal33127323301635173755111
Binary11011001101110111001101101110111011111111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB9B; }

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

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

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

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

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

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

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

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