#DDA39F

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

Shades of Rose #DDA39F

Tints of Rose #DDA39F

Color information

#DDA39F (or 0xDDA39F) is unknown color: approx Rose. HEX triplet: DD, A3 and 9F. RGB value is (221,163,159). Sum of RGB (Red+Green+Blue) = 221+163+159=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA39F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA39F is #225C60. Grayscale: #B3B3B3. Windows color (decimal): -2251873 or 10462173. OLE color: 10462173.

HSL color Cylindrical-coordinate representation of color #DDA39F: hue angle of 3.87º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA39F is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221163159-
CMYK00.260.280.13
HSL3.87º47.69%74.51%-
HSV(B)3.87º28.05%86.67%-
XYZ49.1744.0738.72-
YUV179.89116.22157.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 163 (64.06% from 255) = 30.02%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=40.70%
G=30.02%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116315900.260.280.133.8747.6974.51
HexDDA39F01A1CD4304b
Octal3352432370323415460113
Binary1101110110100011100111110110101110011011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA39F; }

 p { color: rgb(221,163,159); }

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

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

 a { background-color: rgb(221,163,159); }

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

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

 span { border-color: rgb(221,163,159); }

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