#DDA49D

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

Shades of Rose #DDA49D

Tints of Rose #DDA49D

Color information

#DDA49D (or 0xDDA49D) is unknown color: approx Rose. HEX triplet: DD, A4 and 9D. RGB value is (221,164,157). Sum of RGB (Red+Green+Blue) = 221+164+157=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA49D is #225B62. Grayscale: #B4B4B4. Windows color (decimal): -2251619 or 10331357. OLE color: 10331357.

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

Color convert

RGB221164157-
CMYK00.260.290.13
HSL6.56º48.48%74.12%-
HSV(B)6.56º28.96%86.67%-
XYZ49.1844.3637.87-
YUV180.24114.88157.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=40.77%
G=30.26%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116415700.260.290.136.5648.4874.12
HexDDA49D01A1DD7304a
Octal3352442350323515760112
Binary1101110110100100100111010110101110111011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA49D; }

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

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

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

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

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

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

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

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