#DEB68E

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

Shades of Pancho #DEB68E

Tints of Pancho #DEB68E

Color information

#DEB68E (or 0xDEB68E) is unknown color: approx Pancho. HEX triplet: DE, B6 and 8E. RGB value is (222,182,142). Sum of RGB (Red+Green+Blue) = 222+182+142=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB68E is #214971. Grayscale: #BDBDBD. Windows color (decimal): -2181490 or 9352926. OLE color: 9352926.

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

Color convert

RGB222182142-
CMYK00.180.360.13
HSL30º54.79%71.37%-
HSV(B)30º36.04%87.06%-
XYZ51.7350.9432.7-
YUV189.4101.25151.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 26.01%
R=40.66%
G=33.33%
B=26.01%

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
Decimal22218214200.180.360.133054.7971.37
HexDEB68E01224D1e3747
Octal33626621602244153667107
Binary1101111010110110100011100100101001001101111101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB68E; }

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

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

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

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

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

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

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

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