#D8BA9A

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

Shades of Pancho #D8BA9A

Tints of Pancho #D8BA9A

Color information

#D8BA9A (or 0xD8BA9A) is unknown color: approx Pancho. HEX triplet: D8, BA and 9A. RGB value is (216,186,154). Sum of RGB (Red+Green+Blue) = 216+186+154=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA9A is #274565. Grayscale: #BFBFBF. Windows color (decimal): -2573670 or 10140376. OLE color: 10140376.

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

Color convert

RGB216186154-
CMYK00.140.290.15
HSL30.97º44.29%72.55%-
HSV(B)30.97º28.7%84.71%-
XYZ51.7152.0537.89-
YUV191.32106.94145.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=38.85%
G=33.45%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618615400.140.290.1530.9744.2972.55
HexD8BA9A0E1DF1f2c49
Octal33027223201635173754111
Binary11011000101110101001101001110111011111111111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA9A; }

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

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

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

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

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

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

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

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