#D8B391

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

Shades of Pancho #D8B391

Tints of Pancho #D8B391

Color information

#D8B391 (or 0xD8B391) is unknown color: approx Pancho. HEX triplet: D8, B3 and 91. RGB value is (216,179,145). Sum of RGB (Red+Green+Blue) = 216+179+145=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 145 (57.03% from 255 or 26.85% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B391 is #274C6E. Grayscale: #BABABA. Windows color (decimal): -2575471 or 9548760. OLE color: 9548760.

HSL color Cylindrical-coordinate representation of color #D8B391: hue angle of 28.73º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8B391 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216179145-
CMYK00.170.330.15
HSL28.73º47.65%70.78%-
HSV(B)28.73º32.87%84.71%-
XYZ49.5548.8833.61-
YUV186.19104.76149.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 145 (57.03% from 255) = 26.85%
R=40%
G=33.15%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617914500.170.330.1528.7347.6570.78
HexD8B39101121F1d3047
Octal33026322102141173560107
Binary1101100010110011100100010100011000011111111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B391; }

 p { color: rgb(216,179,145); }

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

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

 a { background-color: rgb(216,179,145); }

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

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

 span { border-color: rgb(216,179,145); }

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