#DEA994

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

Shades of Rose #DEA994

Tints of Rose #DEA994

Color information

#DEA994 (or 0xDEA994) is unknown color: approx Rose. HEX triplet: DE, A9 and 94. RGB value is (222,169,148). Sum of RGB (Red+Green+Blue) = 222+169+148=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA994 is #21566B. Grayscale: #B6B6B6. Windows color (decimal): -2184812 or 9742814. OLE color: 9742814.

HSL color Cylindrical-coordinate representation of color #DEA994: hue angle of 17.03º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA994 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222169148-
CMYK00.240.330.13
HSL17.03º52.86%72.55%-
HSV(B)17.03º33.33%87.06%-
XYZ49.6646.0434.29-
YUV182.45108.56156.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=41.19%
G=31.35%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216914800.240.330.1317.0352.8672.55
HexDEA99401821D113549
Octal33625122403041152165111
Binary1101111010101001100101000110001000011101100011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA994; }

 p { color: rgb(222,169,148); }

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

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

 a { background-color: rgb(222,169,148); }

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

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

 span { border-color: rgb(222,169,148); }

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