#DEB093

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

Shades of Pancho #DEB093

Tints of Pancho #DEB093

Color information

#DEB093 (or 0xDEB093) is unknown color: approx Pancho. HEX triplet: DE, B0 and 93. RGB value is (222,176,147). Sum of RGB (Red+Green+Blue) = 222+176+147=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB093 is #214F6C. Grayscale: #BABABA. Windows color (decimal): -2183021 or 9679070. OLE color: 9679070.

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

Color convert

RGB222176147-
CMYK00.210.340.13
HSL23.2º53.19%72.35%-
HSV(B)23.2º33.78%87.06%-
XYZ50.9248.6934.32-
YUV186.45105.74153.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=40.73%
G=32.29%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217614700.210.340.1323.253.1972.35
HexDEB09301522D173548
Octal33626022302542152765110
Binary1101111010110000100100110101011000101101101111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB093; }

 p { color: rgb(222,176,147); }

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

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

 a { background-color: rgb(222,176,147); }

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

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

 span { border-color: rgb(222,176,147); }

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