#DEA49B

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

Shades of Rose #DEA49B

Tints of Rose #DEA49B

Color information

#DEA49B (or 0xDEA49B) is unknown color: approx Rose. HEX triplet: DE, A4 and 9B. RGB value is (222,164,155). Sum of RGB (Red+Green+Blue) = 222+164+155=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA49B is #215B64. Grayscale: #B4B4B4. Windows color (decimal): -2186085 or 10200286. OLE color: 10200286.

HSL color Cylindrical-coordinate representation of color #DEA49B: hue angle of 8.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA49B is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222164155-
CMYK00.260.300.13
HSL8.06º50.38%73.92%-
HSV(B)8.06º30.18%87.06%-
XYZ49.3244.4536.99-
YUV180.32113.72157.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=41.04%
G=30.31%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216415500.260.300.138.0650.3873.92
HexDEA49B01A1ED8324a
Octal33624423303236151062112
Binary11011110101001001001101101101011110110110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA49B; }

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

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

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

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

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

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

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

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