#D8B893

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

Shades of Pancho #D8B893

Tints of Pancho #D8B893

Color information

#D8B893 (or 0xD8B893) is unknown color: approx Pancho. HEX triplet: D8, B8 and 93. RGB value is (216,184,147). Sum of RGB (Red+Green+Blue) = 216+184+147=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B893 is #27476C. Grayscale: #BDBDBD. Windows color (decimal): -2574189 or 9681112. OLE color: 9681112.

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

Color convert

RGB216184147-
CMYK00.150.320.15
HSL32.17º46.94%71.18%-
HSV(B)32.17º31.94%84.71%-
XYZ50.7350.9934.77-
YUV189.35104.1147.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=39.49%
G=33.64%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618414700.150.320.1532.1746.9471.18
HexD8B8930F20F202f47
Octal33027022301740174057107
Binary1101100010111000100100110111110000011111000001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B893; }

 p { color: rgb(216,184,147); }

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

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

 a { background-color: rgb(216,184,147); }

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

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

 span { border-color: rgb(216,184,147); }

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