#deb694

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

Shades of Pancho #DEB694

Tints of Pancho #DEB694

Color information

#DEB694 (or 0xDEB694) is unknown color: approx Pancho. HEX triplet: DE, B6 and 94. RGB value is (222,182,148). Sum of RGB (Red+Green+Blue) = 222+182+148=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB694 is #21496B. Grayscale: #BEBEBE. Windows color (decimal): -2181484 or 9746142. OLE color: 9746142.

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

Color convert

RGB222182148-
CMYK00.180.330.13
HSL27.57º52.86%72.55%-
HSV(B)27.57º33.33%87.06%-
XYZ52.251.1235.13-
YUV190.08104.25150.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.22%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=40.22%
G=32.97%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218214800.180.330.1327.5752.8672.55
HexDEB69401221D1c3549
Octal33626622402241153465111
Binary1101111010110110100101000100101000011101111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb694; }

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

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

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

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

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

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

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

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