#DDA499

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

Shades of Rose #DDA499

Tints of Rose #DDA499

Color information

#DDA499 (or 0xDDA499) is unknown color: approx Rose. HEX triplet: DD, A4 and 99. RGB value is (221,164,153). Sum of RGB (Red+Green+Blue) = 221+164+153=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA499 is #225B66. Grayscale: #B3B3B3. Windows color (decimal): -2251623 or 10069213. OLE color: 10069213.

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

Color convert

RGB221164153-
CMYK00.260.310.13
HSL9.71º50%73.33%-
HSV(B)9.71º30.77%86.67%-
XYZ48.8444.2236.1-
YUV179.79112.88157.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=41.08%
G=30.48%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116415300.260.310.139.715073.33
HexDDA49901A1FDa3249
Octal33524423103237151262111
Binary11011101101001001001100101101011111110110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA499; }

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

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

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

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

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

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

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

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