#DEAC97

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

Shades of Rose #DEAC97

Tints of Rose #DEAC97

Color information

#DEAC97 (or 0xDEAC97) is unknown color: approx Rose. HEX triplet: DE, AC and 97. RGB value is (222,172,151). Sum of RGB (Red+Green+Blue) = 222+172+151=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC97 is #215368. Grayscale: #B8B8B8. Windows color (decimal): -2184041 or 9940190. OLE color: 9940190.

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

Color convert

RGB222172151-
CMYK00.230.320.13
HSL17.75º51.82%73.14%-
HSV(B)17.75º31.98%87.06%-
XYZ50.4647.2735.74-
YUV184.56109.06154.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=40.73%
G=31.56%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217215100.230.320.1317.7551.8273.14
HexDEAC9701720D123449
Octal33625422702740152264111
Binary1101111010101100100101110101111000001101100101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC97; }

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

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

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

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

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

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

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

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