#D8BC96

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

Shades of Pancho #D8BC96

Tints of Pancho #D8BC96

Color information

#D8BC96 (or 0xD8BC96) is unknown color: approx Pancho. HEX triplet: D8, BC and 96. RGB value is (216,188,150). Sum of RGB (Red+Green+Blue) = 216+188+150=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC96 is #274369. Grayscale: #C0C0C0. Windows color (decimal): -2573162 or 9878744. OLE color: 9878744.

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

Color convert

RGB216188150-
CMYK00.130.310.15
HSL34.55º45.83%71.76%-
HSV(B)34.55º30.56%84.71%-
XYZ51.8152.7736.31-
YUV192.04104.28145.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 150 (58.98% from 255) = 27.08%
R=38.99%
G=33.94%
B=27.08%

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
Decimal21618815000.130.310.1534.5545.8371.76
HexD8BC960D1FF232e48
Octal33027422601537174356110
Binary110110001011110010010110011011111111111000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BC96; }

 p { color: rgb(216,188,150); }

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

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

 a { background-color: rgb(216,188,150); }

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

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

 span { border-color: rgb(216,188,150); }

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