#D8BA94

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

Shades of Pancho #D8BA94

Tints of Pancho #D8BA94

Color information

#D8BA94 (or 0xD8BA94) is unknown color: approx Pancho. HEX triplet: D8, BA and 94. RGB value is (216,186,148). Sum of RGB (Red+Green+Blue) = 216+186+148=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA94 is #27456B. Grayscale: #BEBEBE. Windows color (decimal): -2573676 or 9747160. OLE color: 9747160.

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

Color convert

RGB216186148-
CMYK00.140.310.15
HSL33.53º46.58%71.37%-
HSV(B)33.53º31.48%84.71%-
XYZ51.2251.8535.33-
YUV190.64103.94146.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=39.27%
G=33.82%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618614800.140.310.1533.5346.5871.37
HexD8BA940E1FF222f47
Octal33027222401637174257107
Binary110110001011101010010100011101111111111000101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA94; }

 p { color: rgb(216,186,148); }

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

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

 a { background-color: rgb(216,186,148); }

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

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

 span { border-color: rgb(216,186,148); }

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