#DEA698

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

Shades of Rose #DEA698

Tints of Rose #DEA698

Color information

#DEA698 (or 0xDEA698) is unknown color: approx Rose. HEX triplet: DE, A6 and 98. RGB value is (222,166,152). Sum of RGB (Red+Green+Blue) = 222+166+152=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA698 is #215967. Grayscale: #B5B5B5. Windows color (decimal): -2185576 or 10004190. OLE color: 10004190.

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

Color convert

RGB222166152-
CMYK00.250.320.13
HSL12º51.47%73.33%-
HSV(B)12º31.53%87.06%-
XYZ49.4345.0735.8-
YUV181.15111.55157.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 166 (65.23% from 255) = 30.74%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=41.11%
G=30.74%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216615200.250.320.131251.4773.33
HexDEA69801920Dc3349
Octal33624623003140151463111
Binary110111101010011010011000011001100000110111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA698; }

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

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

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

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

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

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

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

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