#DEA893

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

Shades of Rose #DEA893

Tints of Rose #DEA893

Color information

#DEA893 (or 0xDEA893) is unknown color: approx Rose. HEX triplet: DE, A8 and 93. RGB value is (222,168,147). Sum of RGB (Red+Green+Blue) = 222+168+147=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA893 is #21576C. Grayscale: #B5B5B5. Windows color (decimal): -2185069 or 9677022. OLE color: 9677022.

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

Color convert

RGB222168147-
CMYK00.240.340.13
HSL16.8º53.19%72.35%-
HSV(B)16.8º33.78%87.06%-
XYZ49.3945.6433.81-
YUV181.75108.39156.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=41.34%
G=31.28%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216814700.240.340.1316.853.1972.35
HexDEA89301822D113548
Octal33625022303042152165110
Binary1101111010101000100100110110001000101101100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA893; }

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

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

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

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

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

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

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

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