#DEA298

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

Shades of Rose #DEA298

Tints of Rose #DEA298

Color information

#DEA298 (or 0xDEA298) is unknown color: approx Rose. HEX triplet: DE, A2 and 98. RGB value is (222,162,152). Sum of RGB (Red+Green+Blue) = 222+162+152=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA298 is #215D67. Grayscale: #B2B2B2. Windows color (decimal): -2186600 or 10003166. OLE color: 10003166.

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

Color convert

RGB222162152-
CMYK00.270.320.13
HSL8.57º51.47%73.33%-
HSV(B)8.57º31.53%87.06%-
XYZ48.7143.6435.56-
YUV178.8112.88158.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 152 (59.77% from 255) = 28.36%
R=41.42%
G=30.22%
B=28.36%

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
Decimal22216215200.270.320.138.5751.4773.33
HexDEA29801B20D93349
Octal33624223003340151163111
Binary110111101010001010011000011011100000110110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA298; }

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

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

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

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

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

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

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

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