#DDAD99

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

Shades of Rose #DDAD99

Tints of Rose #DDAD99

Color information

#DDAD99 (or 0xDDAD99) is unknown color: approx Rose. HEX triplet: DD, AD and 99. RGB value is (221,173,153). Sum of RGB (Red+Green+Blue) = 221+173+153=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD99 is #225266. Grayscale: #B9B9B9. Windows color (decimal): -2249319 or 10071517. OLE color: 10071517.

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

Color convert

RGB221173153-
CMYK00.220.310.13
HSL17.65º50%73.33%-
HSV(B)17.65º30.77%86.67%-
XYZ50.5147.5636.65-
YUV185.07109.9153.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=40.40%
G=31.63%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117315300.220.310.1317.655073.33
HexDDAD990161FD123249
Octal33525523102637152262111
Binary110111011010110110011001010110111111101100101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD99; }

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

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

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

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

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

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

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

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