#D9BA95

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

Shades of Pancho #D9BA95

Tints of Pancho #D9BA95

Color information

#D9BA95 (or 0xD9BA95) is unknown color: approx Pancho. HEX triplet: D9, BA and 95. RGB value is (217,186,149). Sum of RGB (Red+Green+Blue) = 217+186+149=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA95 is #26456A. Grayscale: #BFBFBF. Windows color (decimal): -2508139 or 9812697. OLE color: 9812697.

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

Color convert

RGB217186149-
CMYK00.140.310.15
HSL32.65º47.22%71.76%-
HSV(B)32.65º31.34%85.1%-
XYZ51.652.0435.76-
YUV191.05104.27146.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=39.31%
G=33.70%
B=26.99%

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
Decimal21718614900.140.310.1532.6547.2271.76
HexD9BA950E1FF212f48
Octal33127222501637174157110
Binary110110011011101010010101011101111111111000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA95; }

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

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

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

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

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

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

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

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