#DEA995

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

Shades of Rose #DEA995

Tints of Rose #DEA995

Color information

#DEA995 (or 0xDEA995) is unknown color: approx Rose. HEX triplet: DE, A9 and 95. RGB value is (222,169,149). Sum of RGB (Red+Green+Blue) = 222+169+149=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA995 is #21566A. Grayscale: #B6B6B6. Windows color (decimal): -2184811 or 9808350. OLE color: 9808350.

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

Color convert

RGB222169149-
CMYK00.240.330.13
HSL16.44º52.52%72.75%-
HSV(B)16.44º32.88%87.06%-
XYZ49.7446.0834.71-
YUV182.57109.06156.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=41.11%
G=31.30%
B=27.59%

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
Decimal22216914900.240.330.1316.4452.5272.75
HexDEA99501821D103549
Octal33625122503041152065111
Binary1101111010101001100101010110001000011101100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA995; }

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

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

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

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

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

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

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

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