#DEA491

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

Shades of Rose #DEA491

Tints of Rose #DEA491

Color information

#DEA491 (or 0xDEA491) is unknown color: approx Rose. HEX triplet: DE, A4 and 91. RGB value is (222,164,145). Sum of RGB (Red+Green+Blue) = 222+164+145=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA491 is #215B6E. Grayscale: #B3B3B3. Windows color (decimal): -2186095 or 9544926. OLE color: 9544926.

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

Color convert

RGB222164145-
CMYK00.260.350.13
HSL14.81º53.85%71.96%-
HSV(B)14.81º34.68%87.06%-
XYZ48.5144.1232.75-
YUV179.18108.72158.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=41.81%
G=30.89%
B=27.31%

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
Decimal22216414500.260.350.1314.8153.8571.96
HexDEA49101A23Df3648
Octal33624422103243151766110
Binary110111101010010010010001011010100011110111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA491; }

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

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

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

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

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

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

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

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