#DDA599

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

Shades of Rose #DDA599

Tints of Rose #DDA599

Color information

#DDA599 (or 0xDDA599) is unknown color: approx Rose. HEX triplet: DD, A5 and 99. RGB value is (221,165,153). Sum of RGB (Red+Green+Blue) = 221+165+153=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA599 is #225A66. Grayscale: #B4B4B4. Windows color (decimal): -2251367 or 10069469. OLE color: 10069469.

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

Color convert

RGB221165153-
CMYK00.250.310.13
HSL10.59º50%73.33%-
HSV(B)10.59º30.77%86.67%-
XYZ49.0244.5836.16-
YUV180.38112.55156.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 165 (64.84% from 255) = 30.61%
BLUE value IS 153 (60.16% from 255) = 28.39%
R=41.00%
G=30.61%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116515300.250.310.1310.595073.33
HexDDA5990191FDb3249
Octal33524523103137151362111
Binary11011101101001011001100101100111111110110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA599; }

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

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

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

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

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

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

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

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