#DEA890

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

Shades of Rose #DEA890

Tints of Rose #DEA890

Color information

#DEA890 (or 0xDEA890) is unknown color: approx Rose. HEX triplet: DE, A8 and 90. RGB value is (222,168,144). Sum of RGB (Red+Green+Blue) = 222+168+144=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA890 is #21576F. Grayscale: #B5B5B5. Windows color (decimal): -2185072 or 9480414. OLE color: 9480414.

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

Color convert

RGB222168144-
CMYK00.240.350.13
HSL18.46º54.17%71.76%-
HSV(B)18.46º35.14%87.06%-
XYZ49.1645.5532.59-
YUV181.41106.89156.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=41.57%
G=31.46%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216814400.240.350.1318.4654.1771.76
HexDEA89001823D123648
Octal33625022003043152266110
Binary1101111010101000100100000110001000111101100101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA890; }

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

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

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

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

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

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

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

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