#DEA594

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

Shades of Rose #DEA594

Tints of Rose #DEA594

Color information

#DEA594 (or 0xDEA594) is unknown color: approx Rose. HEX triplet: DE, A5 and 94. RGB value is (222,165,148). Sum of RGB (Red+Green+Blue) = 222+165+148=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA594 is #215A6B. Grayscale: #B4B4B4. Windows color (decimal): -2185836 or 9741790. OLE color: 9741790.

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

Color convert

RGB222165148-
CMYK00.260.330.13
HSL13.78º52.86%72.55%-
HSV(B)13.78º33.33%87.06%-
XYZ48.9244.5834.04-
YUV180.1109.88157.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.50%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=41.50%
G=30.84%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216514800.260.330.1313.7852.8672.55
HexDEA59401A21De3549
Octal33624522403241151665111
Binary110111101010010110010100011010100001110111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA594; }

 p { color: rgb(222,165,148); }

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

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

 a { background-color: rgb(222,165,148); }

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

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

 span { border-color: rgb(222,165,148); }

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