#DDAA92

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

Shades of Rose #DDAA92

Tints of Rose #DDAA92

Color information

#DDAA92 (or 0xDDAA92) is unknown color: approx Rose. HEX triplet: DD, AA and 92. RGB value is (221,170,146). Sum of RGB (Red+Green+Blue) = 221+170+146=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA92 is #22556D. Grayscale: #B6B6B6. Windows color (decimal): -2250094 or 9611997. OLE color: 9611997.

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

Color convert

RGB221170146-
CMYK00.230.340.13
HSL19.2º52.45%71.96%-
HSV(B)19.2º33.94%86.67%-
XYZ49.3846.233.51-
YUV182.51107.4155.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=41.15%
G=31.66%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117014600.230.340.1319.252.4571.96
HexDDAA9201722D133448
Octal33525222202742152364110
Binary1101110110101010100100100101111000101101100111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA92; }

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

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

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

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

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

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

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

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