#D9BC95

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

Shades of Pancho #D9BC95

Tints of Pancho #D9BC95

Color information

#D9BC95 (or 0xD9BC95) is unknown color: approx Pancho. HEX triplet: D9, BC and 95. RGB value is (217,188,149). Sum of RGB (Red+Green+Blue) = 217+188+149=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC95 is #26436A. Grayscale: #C0C0C0. Windows color (decimal): -2507627 or 9813209. OLE color: 9813209.

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

Color convert

RGB217188149-
CMYK00.130.310.15
HSL34.41º47.22%71.76%-
HSV(B)34.41º31.34%85.1%-
XYZ52.0252.8935.9-
YUV192.22103.61145.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=39.17%
G=33.94%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718814900.130.310.1534.4147.2271.76
HexD9BC950D1FF222f48
Octal33127422501537174257110
Binary110110011011110010010101011011111111111000101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC95; }

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

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

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

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

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

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

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

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