#DEA39E

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

Shades of Rose #DEA39E

Tints of Rose #DEA39E

Color information

#DEA39E (or 0xDEA39E) is unknown color: approx Rose. HEX triplet: DE, A3 and 9E. RGB value is (222,163,158). Sum of RGB (Red+Green+Blue) = 222+163+158=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA39E is #215C61. Grayscale: #B4B4B4. Windows color (decimal): -2186338 or 10396638. OLE color: 10396638.

HSL color Cylindrical-coordinate representation of color #DEA39E: hue angle of 4.69º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA39E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222163158-
CMYK00.270.290.13
HSL4.69º49.23%74.51%-
HSV(B)4.69º28.83%87.06%-
XYZ49.3944.1938.27-
YUV180.07115.55157.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=40.88%
G=30.02%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216315800.270.290.134.6949.2374.51
HexDEA39E01B1DD5314b
Octal3362432360333515561113
Binary1101111010100011100111100110111110111011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA39E; }

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

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

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

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

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

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

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

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