#DEB58F

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

Shades of Pancho #DEB58F

Tints of Pancho #DEB58F

Color information

#DEB58F (or 0xDEB58F) is unknown color: approx Pancho. HEX triplet: DE, B5 and 8F. RGB value is (222,181,143). Sum of RGB (Red+Green+Blue) = 222+181+143=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB58F is #214A70. Grayscale: #BDBDBD. Windows color (decimal): -2181745 or 9418206. OLE color: 9418206.

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

Color convert

RGB222181143-
CMYK00.180.360.13
HSL28.86º54.48%71.57%-
HSV(B)28.86º35.59%87.06%-
XYZ51.6150.5633.03-
YUV188.93102.08151.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 143 (56.25% from 255) = 26.19%
R=40.66%
G=33.15%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218114300.180.360.1328.8654.4871.57
HexDEB58F01224D1d3648
Octal33626521702244153566110
Binary1101111010110101100011110100101001001101111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB58F; }

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

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

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

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

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

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

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

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