#DEA59B

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

Shades of Rose #DEA59B

Tints of Rose #DEA59B

Color information

#DEA59B (or 0xDEA59B) is unknown color: approx Rose. HEX triplet: DE, A5 and 9B. RGB value is (222,165,155). Sum of RGB (Red+Green+Blue) = 222+165+155=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA59B is #215A64. Grayscale: #B5B5B5. Windows color (decimal): -2185829 or 10200542. OLE color: 10200542.

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

Color convert

RGB222165155-
CMYK00.260.300.13
HSL8.96º50.38%73.92%-
HSV(B)8.96º30.18%87.06%-
XYZ49.544.8137.05-
YUV180.9113.38157.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 165 (64.84% from 255) = 30.44%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=40.96%
G=30.44%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216515500.260.300.138.9650.3873.92
HexDEA59B01A1ED9324a
Octal33624523303236151162112
Binary11011110101001011001101101101011110110110011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA59B; }

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

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

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

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

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

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

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

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