#DEA598

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

Shades of Rose #DEA598

Tints of Rose #DEA598

Color information

#DEA598 (or 0xDEA598) is unknown color: approx Rose. HEX triplet: DE, A5 and 98. RGB value is (222,165,152). Sum of RGB (Red+Green+Blue) = 222+165+152=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA598 is #215A67. Grayscale: #B4B4B4. Windows color (decimal): -2185832 or 10003934. OLE color: 10003934.

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

Color convert

RGB222165152-
CMYK00.260.320.13
HSL11.14º51.47%73.33%-
HSV(B)11.14º31.53%87.06%-
XYZ49.2544.7135.74-
YUV180.56111.88157.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=41.19%
G=30.61%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216515200.260.320.1311.1451.4773.33
HexDEA59801A20Db3349
Octal33624523003240151363111
Binary110111101010010110011000011010100000110110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA598; }

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

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

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

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

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

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

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

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