#DEAA92

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

Shades of Rose #DEAA92

Tints of Rose #DEAA92

Color information

#DEAA92 (or 0xDEAA92) is unknown color: approx Rose. HEX triplet: DE, AA and 92. RGB value is (222,170,146). Sum of RGB (Red+Green+Blue) = 222+170+146=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA92 is #21556D. Grayscale: #B6B6B6. Windows color (decimal): -2184558 or 9611998. OLE color: 9611998.

HSL color Cylindrical-coordinate representation of color #DEAA92: hue angle of 18.95º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEAA92 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222170146-
CMYK00.230.340.13
HSL18.95º53.52%72.16%-
HSV(B)18.95º34.23%87.06%-
XYZ49.6946.3533.52-
YUV182.81107.23155.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=41.26%
G=31.60%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217014600.230.340.1318.9553.5272.16
HexDEAA9201722D133648
Octal33625222202742152366110
Binary1101111010101010100100100101111000101101100111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA92; }

 p { color: rgb(222,170,146); }

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

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

 a { background-color: rgb(222,170,146); }

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

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

 span { border-color: rgb(222,170,146); }

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