#DEAC98

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

Shades of Rose #DEAC98

Tints of Rose #DEAC98

Color information

#DEAC98 (or 0xDEAC98) is unknown color: approx Rose. HEX triplet: DE, AC and 98. RGB value is (222,172,152). Sum of RGB (Red+Green+Blue) = 222+172+152=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC98 is #215367. Grayscale: #B8B8B8. Windows color (decimal): -2184040 or 10005726. OLE color: 10005726.

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

Color convert

RGB222172152-
CMYK00.230.320.13
HSL17.14º51.47%73.33%-
HSV(B)17.14º31.53%87.06%-
XYZ50.5447.336.17-
YUV184.67109.56154.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=40.66%
G=31.50%
B=27.84%

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
Decimal22217215200.230.320.1317.1451.4773.33
HexDEAC9801720D113349
Octal33625423002740152163111
Binary1101111010101100100110000101111000001101100011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC98; }

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

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

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

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

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

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

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

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