#DEAE93

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

Shades of Pancho #DEAE93

Tints of Pancho #DEAE93

Color information

#DEAE93 (or 0xDEAE93) is unknown color: approx Pancho. HEX triplet: DE, AE and 93. RGB value is (222,174,147). Sum of RGB (Red+Green+Blue) = 222+174+147=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE93 is #21516C. Grayscale: #B9B9B9. Windows color (decimal): -2183533 or 9678558. OLE color: 9678558.

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

Color convert

RGB222174147-
CMYK00.220.340.13
HSL21.6º53.19%72.35%-
HSV(B)21.6º33.78%87.06%-
XYZ50.5347.9134.19-
YUV185.27106.4154.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=40.88%
G=32.04%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217414700.220.340.1321.653.1972.35
HexDEAE9301622D163548
Octal33625622302642152665110
Binary1101111010101110100100110101101000101101101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAE93; }

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

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

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

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

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

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

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

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