#DEBA8E

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

Shades of Pancho #DEBA8E

Tints of Pancho #DEBA8E

Color information

#DEBA8E (or 0xDEBA8E) is unknown color: approx Pancho. HEX triplet: DE, BA and 8E. RGB value is (222,186,142). Sum of RGB (Red+Green+Blue) = 222+186+142=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBA8E is #214571. Grayscale: #BFBFBF. Windows color (decimal): -2180466 or 9353950. OLE color: 9353950.

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

Color convert

RGB222186142-
CMYK00.160.360.13
HSL33º54.79%71.37%-
HSV(B)33º36.04%87.06%-
XYZ52.5752.632.97-
YUV191.7599.93149.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.36%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 142 (55.86% from 255) = 25.82%
R=40.36%
G=33.82%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218614200.160.360.133354.7971.37
HexDEBA8E01024D213747
Octal33627221602044154167107
Binary11011110101110101000111001000010010011011000011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBA8E; }

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

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

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

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

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

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

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

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