#DEA59A

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

Shades of Rose #DEA59A

Tints of Rose #DEA59A

Color information

#DEA59A (or 0xDEA59A) is unknown color: approx Rose. HEX triplet: DE, A5 and 9A. RGB value is (222,165,154). Sum of RGB (Red+Green+Blue) = 222+165+154=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA59A is #215A65. Grayscale: #B4B4B4. Windows color (decimal): -2185830 or 10135006. OLE color: 10135006.

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

Color convert

RGB222165154-
CMYK00.260.310.13
HSL9.71º50.75%73.73%-
HSV(B)9.71º30.63%87.06%-
XYZ49.4144.7736.61-
YUV180.79112.88157.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=41.04%
G=30.50%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216515400.260.310.139.7150.7573.73
HexDEA59A01A1FDa334a
Octal33624523203237151263112
Binary11011110101001011001101001101011111110110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA59A; }

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

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

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

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

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

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

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

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