#DDAA9C

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

Shades of Rose #DDAA9C

Tints of Rose #DDAA9C

Color information

#DDAA9C (or 0xDDAA9C) is unknown color: approx Rose. HEX triplet: DD, AA and 9C. RGB value is (221,170,156). Sum of RGB (Red+Green+Blue) = 221+170+156=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA9C is #225563. Grayscale: #B7B7B7. Windows color (decimal): -2250084 or 10267357. OLE color: 10267357.

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

Color convert

RGB221170156-
CMYK00.230.290.13
HSL12.92º48.87%73.92%-
HSV(B)12.92º29.41%86.67%-
XYZ50.1946.5237.79-
YUV183.65112.4154.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=40.40%
G=31.08%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117015600.230.290.1312.9248.8773.92
HexDDAA9C0171DDd314a
Octal33525223402735151561112
Binary11011101101010101001110001011111101110111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA9C; }

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

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

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

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

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

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

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

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