#DEA99A

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

Shades of Rose #DEA99A

Tints of Rose #DEA99A

Color information

#DEA99A (or 0xDEA99A) is unknown color: approx Rose. HEX triplet: DE, A9 and 9A. RGB value is (222,169,154). Sum of RGB (Red+Green+Blue) = 222+169+154=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA99A is #215665. Grayscale: #B7B7B7. Windows color (decimal): -2184806 or 10136030. OLE color: 10136030.

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

Color convert

RGB222169154-
CMYK00.240.310.13
HSL13.24º50.75%73.73%-
HSV(B)13.24º30.63%87.06%-
XYZ50.1446.2436.85-
YUV183.14111.56155.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=40.73%
G=31.01%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216915400.240.310.1313.2450.7573.73
HexDEA99A0181FDd334a
Octal33625123203037151563112
Binary11011110101010011001101001100011111110111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA99A; }

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

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

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

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

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

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

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

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