#DEA094

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

Shades of Rose #DEA094

Tints of Rose #DEA094

Color information

#DEA094 (or 0xDEA094) is unknown color: approx Rose. HEX triplet: DE, A0 and 94. RGB value is (222,160,148). Sum of RGB (Red+Green+Blue) = 222+160+148=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA094 is #215F6B. Grayscale: #B1B1B1. Windows color (decimal): -2187116 or 9740510. OLE color: 9740510.

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

Color convert

RGB222160148-
CMYK00.280.330.13
HSL9.73º52.86%72.55%-
HSV(B)9.73º33.33%87.06%-
XYZ48.0442.8133.75-
YUV177.17111.54159.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 148 (58.20% from 255) = 27.92%
R=41.89%
G=30.19%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216014800.280.330.139.7352.8672.55
HexDEA09401C21Da3549
Octal33624022403441151265111
Binary110111101010000010010100011100100001110110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA094; }

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

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

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

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

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

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

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

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