#D8BB9A

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

Shades of Pancho #D8BB9A

Tints of Pancho #D8BB9A

Color information

#D8BB9A (or 0xD8BB9A) is unknown color: approx Pancho. HEX triplet: D8, BB and 9A. RGB value is (216,187,154). Sum of RGB (Red+Green+Blue) = 216+187+154=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB9A is #274465. Grayscale: #C0C0C0. Windows color (decimal): -2573414 or 10140632. OLE color: 10140632.

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

Color convert

RGB216187154-
CMYK00.130.290.15
HSL31.94º44.29%72.55%-
HSV(B)31.94º28.7%84.71%-
XYZ51.9252.4737.96-
YUV191.91106.61145.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=38.78%
G=33.57%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618715400.130.290.1531.9444.2972.55
HexD8BB9A0D1DF202c49
Octal33027323201535174054111
Binary110110001011101110011010011011110111111000001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB9A; }

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

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

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

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

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

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

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

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