#D6BC96

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

Shades of Pancho #D6BC96

Tints of Pancho #D6BC96

Color information

#D6BC96 (or 0xD6BC96) is unknown color: approx Pancho. HEX triplet: D6, BC and 96. RGB value is (214,188,150). Sum of RGB (Red+Green+Blue) = 214+188+150=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BC96 is #294369. Grayscale: #BFBFBF. Windows color (decimal): -2704234 or 9878742. OLE color: 9878742.

HSL color Cylindrical-coordinate representation of color #D6BC96: hue angle of 35.63º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6BC96 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214188150-
CMYK00.120.300.16
HSL35.63º43.84%71.37%-
HSV(B)35.63º29.91%83.92%-
XYZ51.2252.4636.28-
YUV191.44104.61144.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 150 (58.98% from 255) = 27.17%
R=38.77%
G=34.06%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418815000.120.300.1635.6343.8471.37
HexD6BC960C1E10242c47
Octal32627422601436204454107
Binary1101011010111100100101100110011110100001001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC96; }

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

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

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

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

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

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

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

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