#D8BC94

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

Shades of Pancho #D8BC94

Tints of Pancho #D8BC94

Color information

#D8BC94 (or 0xD8BC94) is unknown color: approx Pancho. HEX triplet: D8, BC and 94. RGB value is (216,188,148). Sum of RGB (Red+Green+Blue) = 216+188+148=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BC94 is #27436B. Grayscale: #BFBFBF. Windows color (decimal): -2573164 or 9747672. OLE color: 9747672.

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

Color convert

RGB216188148-
CMYK00.130.310.15
HSL35.29º46.58%71.37%-
HSV(B)35.29º31.48%84.71%-
XYZ51.6552.735.47-
YUV191.81103.28145.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=39.13%
G=34.06%
B=26.81%

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
Decimal21618814800.130.310.1535.2946.5871.37
HexD8BC940D1FF232f47
Octal33027422401537174357107
Binary110110001011110010010100011011111111111000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BC94; }

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

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

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

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

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

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

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

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