#DDA999

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

Shades of Rose #DDA999

Tints of Rose #DDA999

Color information

#DDA999 (or 0xDDA999) is unknown color: approx Rose. HEX triplet: DD, A9 and 99. RGB value is (221,169,153). Sum of RGB (Red+Green+Blue) = 221+169+153=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA999 is #225666. Grayscale: #B6B6B6. Windows color (decimal): -2250343 or 10070493. OLE color: 10070493.

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

Color convert

RGB221169153-
CMYK00.240.310.13
HSL14.12º50%73.33%-
HSV(B)14.12º30.77%86.67%-
XYZ49.7646.0536.4-
YUV182.72111.23155.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=40.70%
G=31.12%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116915300.240.310.1314.125073.33
HexDDA9990181FDe3249
Octal33525123103037151662111
Binary11011101101010011001100101100011111110111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA999; }

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

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

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

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

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

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

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

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