#D8B994

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

Shades of Pancho #D8B994

Tints of Pancho #D8B994

Color information

#D8B994 (or 0xD8B994) is unknown color: approx Pancho. HEX triplet: D8, B9 and 94. RGB value is (216,185,148). Sum of RGB (Red+Green+Blue) = 216+185+148=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B994 is #27466B. Grayscale: #BEBEBE. Windows color (decimal): -2573932 or 9746904. OLE color: 9746904.

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

Color convert

RGB216185148-
CMYK00.140.310.15
HSL32.65º46.58%71.37%-
HSV(B)32.65º31.48%84.71%-
XYZ51.0151.4335.26-
YUV190.05104.27146.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=39.34%
G=33.70%
B=26.96%

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
Decimal21618514800.140.310.1532.6546.5871.37
HexD8B9940E1FF212f47
Octal33027122401637174157107
Binary110110001011100110010100011101111111111000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B994; }

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

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

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

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

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

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

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

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