#DEA196

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

Shades of Rose #DEA196

Tints of Rose #DEA196

Color information

#DEA196 (or 0xDEA196) is unknown color: approx Rose. HEX triplet: DE, A1 and 96. RGB value is (222,161,150). Sum of RGB (Red+Green+Blue) = 222+161+150=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA196 is #215E69. Grayscale: #B2B2B2. Windows color (decimal): -2186858 or 9871838. OLE color: 9871838.

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

Color convert

RGB222161150-
CMYK00.270.320.13
HSL9.17º52.17%72.94%-
HSV(B)9.17º32.43%87.06%-
XYZ48.3743.2234.65-
YUV177.98112.21159.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 150 (58.98% from 255) = 28.14%
R=41.65%
G=30.21%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216115000.270.320.139.1752.1772.94
HexDEA19601B20D93449
Octal33624122603340151164111
Binary110111101010000110010110011011100000110110011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA196; }

 p { color: rgb(222,161,150); }

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

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

 a { background-color: rgb(222,161,150); }

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

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

 span { border-color: rgb(222,161,150); }

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