#DEB38E

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

Shades of Pancho #DEB38E

Tints of Pancho #DEB38E

Color information

#DEB38E (or 0xDEB38E) is unknown color: approx Pancho. HEX triplet: DE, B3 and 8E. RGB value is (222,179,142). Sum of RGB (Red+Green+Blue) = 222+179+142=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB38E is #214C71. Grayscale: #BBBBBB. Windows color (decimal): -2182258 or 9352158. OLE color: 9352158.

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

Color convert

RGB222179142-
CMYK00.190.360.13
HSL27.75º54.79%71.37%-
HSV(B)27.75º36.04%87.06%-
XYZ51.1349.7232.49-
YUV187.64102.25152.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=40.88%
G=32.97%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217914200.190.360.1327.7554.7971.37
HexDEB38E01324D1c3747
Octal33626321602344153467107
Binary1101111010110011100011100100111001001101111001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB38E; }

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

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

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

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

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

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

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

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