#DEA691

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

Shades of Rose #DEA691

Tints of Rose #DEA691

Color information

#DEA691 (or 0xDEA691) is unknown color: approx Rose. HEX triplet: DE, A6 and 91. RGB value is (222,166,145). Sum of RGB (Red+Green+Blue) = 222+166+145=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA691 is #21596E. Grayscale: #B4B4B4. Windows color (decimal): -2185583 or 9545438. OLE color: 9545438.

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

Color convert

RGB222166145-
CMYK00.250.350.13
HSL16.36º53.85%71.96%-
HSV(B)16.36º34.68%87.06%-
XYZ48.8744.8532.87-
YUV180.35108.05157.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=41.65%
G=31.14%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216614500.250.350.1316.3653.8571.96
HexDEA69101923D103648
Octal33624622103143152066110
Binary1101111010100110100100010110011000111101100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA691; }

 p { color: rgb(222,166,145); }

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

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

 a { background-color: rgb(222,166,145); }

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

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

 span { border-color: rgb(222,166,145); }

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