#D9BB99

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

Shades of Pancho #D9BB99

Tints of Pancho #D9BB99

Color information

#D9BB99 (or 0xD9BB99) is unknown color: approx Pancho. HEX triplet: D9, BB and 99. RGB value is (217,187,153). Sum of RGB (Red+Green+Blue) = 217+187+153=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB99 is #264466. Grayscale: #C0C0C0. Windows color (decimal): -2507879 or 10075097. OLE color: 10075097.

HSL color Cylindrical-coordinate representation of color #D9BB99: hue angle of 31.88º degrees, saturation: 0.46, 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 #D9BB99 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217187153-
CMYK00.140.290.15
HSL31.88º45.71%72.55%-
HSV(B)31.88º29.49%85.1%-
XYZ52.1452.5937.54-
YUV192.09105.94145.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=38.96%
G=33.57%
B=27.47%

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
Decimal21718715300.140.290.1531.8845.7172.55
HexD9BB990E1DF202e49
Octal33127323101635174056111
Binary110110011011101110011001011101110111111000001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB99; }

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

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

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

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

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

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

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

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