#DDAA97

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

Shades of Rose #DDAA97

Tints of Rose #DDAA97

Color information

#DDAA97 (or 0xDDAA97) is unknown color: approx Rose. HEX triplet: DD, AA and 97. RGB value is (221,170,151). Sum of RGB (Red+Green+Blue) = 221+170+151=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA97 is #225568. Grayscale: #B7B7B7. Windows color (decimal): -2250089 or 9939677. OLE color: 9939677.

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

Color convert

RGB221170151-
CMYK00.230.320.13
HSL16.29º50.72%72.94%-
HSV(B)16.29º31.67%86.67%-
XYZ49.7846.3635.6-
YUV183.08109.9155.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=40.77%
G=31.37%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117015100.230.320.1316.2950.7272.94
HexDDAA9701720D103349
Octal33525222702740152063111
Binary1101110110101010100101110101111000001101100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA97; }

 p { color: rgb(221,170,151); }

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

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

 a { background-color: rgb(221,170,151); }

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

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

 span { border-color: rgb(221,170,151); }

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