#DEA490

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

Shades of Rose #DEA490

Tints of Rose #DEA490

Color information

#DEA490 (or 0xDEA490) is unknown color: approx Rose. HEX triplet: DE, A4 and 90. RGB value is (222,164,144). Sum of RGB (Red+Green+Blue) = 222+164+144=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA490 is #215B6F. Grayscale: #B3B3B3. Windows color (decimal): -2186096 or 9479390. OLE color: 9479390.

HSL color Cylindrical-coordinate representation of color #DEA490: hue angle of 15.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEA490 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222164144-
CMYK00.260.350.13
HSL15.38º54.17%71.76%-
HSV(B)15.38º35.14%87.06%-
XYZ48.4344.0932.34-
YUV179.06108.22158.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=41.89%
G=30.94%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216414400.260.350.1315.3854.1771.76
HexDEA49001A23Df3648
Octal33624422003243151766110
Binary110111101010010010010000011010100011110111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA490; }

 p { color: rgb(222,164,144); }

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

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

 a { background-color: rgb(222,164,144); }

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

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

 span { border-color: rgb(222,164,144); }

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