#DEA391

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

Shades of Rose #DEA391

Tints of Rose #DEA391

Color information

#DEA391 (or 0xDEA391) is unknown color: approx Rose. HEX triplet: DE, A3 and 91. RGB value is (222,163,145). Sum of RGB (Red+Green+Blue) = 222+163+145=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA391 is #215C6E. Grayscale: #B2B2B2. Windows color (decimal): -2186351 or 9544670. OLE color: 9544670.

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

Color convert

RGB222163145-
CMYK00.270.350.13
HSL14.03º53.85%71.96%-
HSV(B)14.03º34.68%87.06%-
XYZ48.3343.7732.69-
YUV178.59109.05158.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.89%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=41.89%
G=30.75%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216314500.270.350.1314.0353.8571.96
HexDEA39101B23De3648
Octal33624322103343151666110
Binary110111101010001110010001011011100011110111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA391; }

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

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

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

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

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

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

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

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