#DEA498

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

Shades of Rose #DEA498

Tints of Rose #DEA498

Color information

#DEA498 (or 0xDEA498) is unknown color: approx Rose. HEX triplet: DE, A4 and 98. RGB value is (222,164,152). Sum of RGB (Red+Green+Blue) = 222+164+152=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA498 is #215B67. Grayscale: #B4B4B4. Windows color (decimal): -2186088 or 10003678. OLE color: 10003678.

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

Color convert

RGB222164152-
CMYK00.260.320.13
HSL10.29º51.47%73.33%-
HSV(B)10.29º31.53%87.06%-
XYZ49.0744.3535.68-
YUV179.97112.22157.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=41.26%
G=30.48%
B=28.25%

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
Decimal22216415200.260.320.1310.2951.4773.33
HexDEA49801A20Da3349
Octal33624423003240151263111
Binary110111101010010010011000011010100000110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA498; }

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

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

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

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

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

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

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

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