#DEB38F

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

Shades of Pancho #DEB38F

Tints of Pancho #DEB38F

Color information

#DEB38F (or 0xDEB38F) is unknown color: approx Pancho. HEX triplet: DE, B3 and 8F. RGB value is (222,179,143). Sum of RGB (Red+Green+Blue) = 222+179+143=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB38F is #214C70. Grayscale: #BBBBBB. Windows color (decimal): -2182257 or 9417694. OLE color: 9417694.

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

Color convert

RGB222179143-
CMYK00.190.360.13
HSL27.34º54.48%71.57%-
HSV(B)27.34º35.59%87.06%-
XYZ51.249.7532.89-
YUV187.75102.75152.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=40.81%
G=32.90%
B=26.29%

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
Decimal22217914300.190.360.1327.3454.4871.57
HexDEB38F01324D1b3648
Octal33626321702344153366110
Binary1101111010110011100011110100111001001101110111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB38F; }

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

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

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

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

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

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

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

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