#DEA895

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

Shades of Rose #DEA895

Tints of Rose #DEA895

Color information

#DEA895 (or 0xDEA895) is unknown color: approx Rose. HEX triplet: DE, A8 and 95. RGB value is (222,168,149). Sum of RGB (Red+Green+Blue) = 222+168+149=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA895 is #21576A. Grayscale: #B6B6B6. Windows color (decimal): -2185067 or 9808094. OLE color: 9808094.

HSL color Cylindrical-coordinate representation of color #DEA895: hue angle of 15.62º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA895 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222168149-
CMYK00.240.330.13
HSL15.62º52.52%72.75%-
HSV(B)15.62º32.88%87.06%-
XYZ49.5545.734.64-
YUV181.98109.39156.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=41.19%
G=31.17%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216814900.240.330.1315.6252.5272.75
HexDEA89501821D103549
Octal33625022503041152065111
Binary1101111010101000100101010110001000011101100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA895; }

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

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

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

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

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

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

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

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