#DEA496

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

Shades of Rose #DEA496

Tints of Rose #DEA496

Color information

#DEA496 (or 0xDEA496) is unknown color: approx Rose. HEX triplet: DE, A4 and 96. RGB value is (222,164,150). Sum of RGB (Red+Green+Blue) = 222+164+150=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA496 is #215B69. Grayscale: #B3B3B3. Windows color (decimal): -2186090 or 9872606. OLE color: 9872606.

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

Color convert

RGB222164150-
CMYK00.260.320.13
HSL11.67º52.17%72.94%-
HSV(B)11.67º32.43%87.06%-
XYZ48.944.2834.82-
YUV179.75111.22158.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=41.42%
G=30.60%
B=27.99%

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
Decimal22216415000.260.320.1311.6752.1772.94
HexDEA49601A20Dc3449
Octal33624422603240151464111
Binary110111101010010010010110011010100000110111001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA496; }

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

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

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

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

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

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

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

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