#DEAC95

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

Shades of Rose #DEAC95

Tints of Rose #DEAC95

Color information

#DEAC95 (or 0xDEAC95) is unknown color: approx Rose. HEX triplet: DE, AC and 95. RGB value is (222,172,149). Sum of RGB (Red+Green+Blue) = 222+172+149=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC95 is #21536A. Grayscale: #B8B8B8. Windows color (decimal): -2184043 or 9809118. OLE color: 9809118.

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

Color convert

RGB222172149-
CMYK00.230.330.13
HSL18.9º52.52%72.75%-
HSV(B)18.9º32.88%87.06%-
XYZ50.347.234.89-
YUV184.33108.06154.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=40.88%
G=31.68%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217214900.230.330.1318.952.5272.75
HexDEAC9501721D133549
Octal33625422502741152365111
Binary1101111010101100100101010101111000011101100111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC95; }

 p { color: rgb(222,172,149); }

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

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

 a { background-color: rgb(222,172,149); }

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

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

 span { border-color: rgb(222,172,149); }

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