#DEA795

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

Shades of Rose #DEA795

Tints of Rose #DEA795

Color information

#DEA795 (or 0xDEA795) is unknown color: approx Rose. HEX triplet: DE, A7 and 95. RGB value is (222,167,149). Sum of RGB (Red+Green+Blue) = 222+167+149=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA795 is #21586A. Grayscale: #B5B5B5. Windows color (decimal): -2185323 or 9807838. OLE color: 9807838.

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

Color convert

RGB222167149-
CMYK00.250.330.13
HSL14.79º52.52%72.75%-
HSV(B)14.79º32.88%87.06%-
XYZ49.3745.3434.58-
YUV181.39109.72156.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 167 (65.62% from 255) = 31.04%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=41.26%
G=31.04%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216714900.250.330.1314.7952.5272.75
HexDEA79501921Df3549
Octal33624722503141151765111
Binary110111101010011110010101011001100001110111111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA795; }

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

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

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

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

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

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

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

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