#DEB28E

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

Shades of Pancho #DEB28E

Tints of Pancho #DEB28E

Color information

#DEB28E (or 0xDEB28E) is unknown color: approx Pancho. HEX triplet: DE, B2 and 8E. RGB value is (222,178,142). Sum of RGB (Red+Green+Blue) = 222+178+142=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB28E is #214D71. Grayscale: #BBBBBB. Windows color (decimal): -2182514 or 9351902. OLE color: 9351902.

HSL color Cylindrical-coordinate representation of color #DEB28E: hue angle of 27º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEB28E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222178142-
CMYK00.200.360.13
HSL27º54.79%71.37%-
HSV(B)27º36.04%87.06%-
XYZ50.9349.3232.43-
YUV187.05102.58152.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 142 (55.86% from 255) = 26.20%
R=40.96%
G=32.84%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217814200.200.360.132754.7971.37
HexDEB28E01424D1b3747
Octal33626221602444153367107
Binary1101111010110010100011100101001001001101110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB28E; }

 p { color: rgb(222,178,142); }

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

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

 a { background-color: rgb(222,178,142); }

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

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

 span { border-color: rgb(222,178,142); }

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