#DEA99B

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

Shades of Rose #DEA99B

Tints of Rose #DEA99B

Color information

#DEA99B (or 0xDEA99B) is unknown color: approx Rose. HEX triplet: DE, A9 and 9B. RGB value is (222,169,155). Sum of RGB (Red+Green+Blue) = 222+169+155=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA99B is #215664. Grayscale: #B7B7B7. Windows color (decimal): -2184805 or 10201566. OLE color: 10201566.

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

Color convert

RGB222169155-
CMYK00.240.300.13
HSL12.54º50.38%73.92%-
HSV(B)12.54º30.18%87.06%-
XYZ50.2346.2737.29-
YUV183.25112.06155.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 28.39%
R=40.66%
G=30.95%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216915500.240.300.1312.5450.3873.92
HexDEA99B0181EDd324a
Octal33625123303036151562112
Binary11011110101010011001101101100011110110111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA99B; }

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

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

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

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

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

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

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

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