#DDAA99

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

Shades of Rose #DDAA99

Tints of Rose #DDAA99

Color information

#DDAA99 (or 0xDDAA99) is unknown color: approx Rose. HEX triplet: DD, AA and 99. RGB value is (221,170,153). Sum of RGB (Red+Green+Blue) = 221+170+153=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA99 is #225566. Grayscale: #B7B7B7. Windows color (decimal): -2250087 or 10070749. OLE color: 10070749.

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

Color convert

RGB221170153-
CMYK00.230.310.13
HSL15º50%73.33%-
HSV(B)15º30.77%86.67%-
XYZ49.9446.4236.46-
YUV183.31110.9154.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=40.62%
G=31.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117015300.230.310.13155073.33
HexDDAA990171FDf3249
Octal33525223102737151762111
Binary11011101101010101001100101011111111110111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA99; }

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

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

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

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

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

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

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

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