#DEA59D

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

Shades of Rose #DEA59D

Tints of Rose #DEA59D

Color information

#DEA59D (or 0xDEA59D) is unknown color: approx Rose. HEX triplet: DE, A5 and 9D. RGB value is (222,165,157). Sum of RGB (Red+Green+Blue) = 222+165+157=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA59D is #215A62. Grayscale: #B5B5B5. Windows color (decimal): -2185827 or 10331614. OLE color: 10331614.

HSL color Cylindrical-coordinate representation of color #DEA59D: hue angle of 7.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEA59D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222165157-
CMYK00.260.290.13
HSL7.38º49.62%74.31%-
HSV(B)7.38º29.28%87.06%-
XYZ49.6744.8737.94-
YUV181.13114.38157.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 165 (64.84% from 255) = 30.33%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=40.81%
G=30.33%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216515700.260.290.137.3849.6274.31
HexDEA59D01A1DD7324a
Octal3362452350323515762112
Binary1101111010100101100111010110101110111011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA59D; }

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

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

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

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

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

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

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

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