#DEA394

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

Shades of Rose #DEA394

Tints of Rose #DEA394

Color information

#DEA394 (or 0xDEA394) is unknown color: approx Rose. HEX triplet: DE, A3 and 94. RGB value is (222,163,148). Sum of RGB (Red+Green+Blue) = 222+163+148=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA394 is #215C6B. Grayscale: #B3B3B3. Windows color (decimal): -2186348 or 9741278. OLE color: 9741278.

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

Color convert

RGB222163148-
CMYK00.270.330.13
HSL12.16º52.86%72.55%-
HSV(B)12.16º33.33%87.06%-
XYZ48.5743.8633.92-
YUV178.93110.55158.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=41.65%
G=30.58%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216314800.270.330.1312.1652.8672.55
HexDEA39401B21Dc3549
Octal33624322403341151465111
Binary110111101010001110010100011011100001110111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA394; }

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

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

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

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

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

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

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

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