#DEA297

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

Shades of Rose #DEA297

Tints of Rose #DEA297

Color information

#DEA297 (or 0xDEA297) is unknown color: approx Rose. HEX triplet: DE, A2 and 97. RGB value is (222,162,151). Sum of RGB (Red+Green+Blue) = 222+162+151=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA297 is #215D68. Grayscale: #B2B2B2. Windows color (decimal): -2186601 or 9937630. OLE color: 9937630.

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

Color convert

RGB222162151-
CMYK00.270.320.13
HSL9.3º51.82%73.14%-
HSV(B)9.3º31.98%87.06%-
XYZ48.6343.635.13-
YUV178.69112.38158.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=41.50%
G=30.28%
B=28.22%

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
Decimal22216215100.270.320.139.351.8273.14
HexDEA29701B20D93449
Octal33624222703340151164111
Binary110111101010001010010111011011100000110110011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA297; }

 p { color: rgb(222,162,151); }

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

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

 a { background-color: rgb(222,162,151); }

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

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

 span { border-color: rgb(222,162,151); }

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