#D9BA9A

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

Shades of Pancho #D9BA9A

Tints of Pancho #D9BA9A

Color information

#D9BA9A (or 0xD9BA9A) is unknown color: approx Pancho. HEX triplet: D9, BA and 9A. RGB value is (217,186,154). Sum of RGB (Red+Green+Blue) = 217+186+154=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA9A is #264565. Grayscale: #BFBFBF. Windows color (decimal): -2508134 or 10140377. OLE color: 10140377.

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

Color convert

RGB217186154-
CMYK00.140.290.15
HSL30.48º45.32%72.75%-
HSV(B)30.48º29.03%85.1%-
XYZ52.0152.237.91-
YUV191.62106.77146.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=38.96%
G=33.39%
B=27.65%

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
Decimal21718615400.140.290.1530.4845.3272.75
HexD9BA9A0E1DF1e2d49
Octal33127223201635173655111
Binary11011001101110101001101001110111011111111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA9A; }

 p { color: rgb(217,186,154); }

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

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

 a { background-color: rgb(217,186,154); }

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

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

 span { border-color: rgb(217,186,154); }

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