#D8B992

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

Shades of Pancho #D8B992

Tints of Pancho #D8B992

Color information

#D8B992 (or 0xD8B992) is unknown color: approx Pancho. HEX triplet: D8, B9 and 92. RGB value is (216,185,146). Sum of RGB (Red+Green+Blue) = 216+185+146=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B992 is #27466D. Grayscale: #BEBEBE. Windows color (decimal): -2573934 or 9615832. OLE color: 9615832.

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

Color convert

RGB216185146-
CMYK00.140.320.15
HSL33.43º47.3%70.98%-
HSV(B)33.43º32.41%84.71%-
XYZ50.8651.3734.43-
YUV189.82103.27146.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=39.49%
G=33.82%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618514600.140.320.1533.4347.370.98
HexD8B9920E20F212f47
Octal33027122201640174157107
Binary1101100010111001100100100111010000011111000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B992; }

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

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

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

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

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

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

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

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