#DEA291

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

Shades of Rose #DEA291

Tints of Rose #DEA291

Color information

#DEA291 (or 0xDEA291) is unknown color: approx Rose. HEX triplet: DE, A2 and 91. RGB value is (222,162,145). Sum of RGB (Red+Green+Blue) = 222+162+145=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA291 is #215D6E. Grayscale: #B2B2B2. Windows color (decimal): -2186607 or 9544414. OLE color: 9544414.

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

Color convert

RGB222162145-
CMYK00.270.350.13
HSL13.25º53.85%71.96%-
HSV(B)13.25º34.68%87.06%-
XYZ48.1643.4132.63-
YUV178109.38159.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=41.97%
G=30.62%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216214500.270.350.1313.2553.8571.96
HexDEA29101B23Dd3648
Octal33624222103343151566110
Binary110111101010001010010001011011100011110111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA291; }

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

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

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

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

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

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

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

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