#DDAA95

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

Shades of Rose #DDAA95

Tints of Rose #DDAA95

Color information

#DDAA95 (or 0xDDAA95) is unknown color: approx Rose. HEX triplet: DD, AA and 95. RGB value is (221,170,149). Sum of RGB (Red+Green+Blue) = 221+170+149=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA95 is #22556A. Grayscale: #B6B6B6. Windows color (decimal): -2250091 or 9808605. OLE color: 9808605.

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

Color convert

RGB221170149-
CMYK00.230.330.13
HSL17.5º51.43%72.55%-
HSV(B)17.5º32.58%86.67%-
XYZ49.6246.2934.75-
YUV182.85108.9155.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=40.93%
G=31.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117014900.230.330.1317.551.4372.55
HexDDAA9501721D123349
Octal33525222502741152263111
Binary1101110110101010100101010101111000011101100101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA95; }

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

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

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

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

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

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

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

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