#D6BA97

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

Shades of Pancho #D6BA97

Tints of Pancho #D6BA97

Color information

#D6BA97 (or 0xD6BA97) is unknown color: approx Pancho. HEX triplet: D6, BA and 97. RGB value is (214,186,151). Sum of RGB (Red+Green+Blue) = 214+186+151=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA97 is #294568. Grayscale: #BEBEBE. Windows color (decimal): -2704745 or 9943766. OLE color: 9943766.

HSL color Cylindrical-coordinate representation of color #D6BA97: hue angle of 33.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6BA97 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214186151-
CMYK00.130.290.16
HSL33.33º43.45%71.57%-
HSV(B)33.33º29.44%83.92%-
XYZ50.8851.6536.57-
YUV190.38105.78144.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.84%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=38.84%
G=33.76%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418615100.130.290.1633.3343.4571.57
HexD6BA970D1D10212b48
Octal32627222701535204153110
Binary1101011010111010100101110110111101100001000011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA97; }

 p { color: rgb(214,186,151); }

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

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

 a { background-color: rgb(214,186,151); }

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

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

 span { border-color: rgb(214,186,151); }

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