#DEAC93

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

Shades of Rose #DEAC93

Tints of Rose #DEAC93

Color information

#DEAC93 (or 0xDEAC93) is unknown color: approx Rose. HEX triplet: DE, AC and 93. RGB value is (222,172,147). Sum of RGB (Red+Green+Blue) = 222+172+147=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAC93 is #21536C. Grayscale: #B8B8B8. Windows color (decimal): -2184045 or 9678046. OLE color: 9678046.

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

Color convert

RGB222172147-
CMYK00.230.340.13
HSL20º53.19%72.35%-
HSV(B)20º33.78%87.06%-
XYZ50.1447.1434.06-
YUV184.1107.06155.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 147 (57.81% from 255) = 27.17%
R=41.04%
G=31.79%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217214700.230.340.132053.1972.35
HexDEAC9301722D143548
Octal33625422302742152465110
Binary1101111010101100100100110101111000101101101001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAC93; }

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

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

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

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

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

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

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

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