#DDA49B

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

Shades of Rose #DDA49B

Tints of Rose #DDA49B

Color information

#DDA49B (or 0xDDA49B) is unknown color: approx Rose. HEX triplet: DD, A4 and 9B. RGB value is (221,164,155). Sum of RGB (Red+Green+Blue) = 221+164+155=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA49B is #225B64. Grayscale: #B4B4B4. Windows color (decimal): -2251621 or 10200285. OLE color: 10200285.

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

Color convert

RGB221164155-
CMYK00.260.300.13
HSL8.18º49.25%73.73%-
HSV(B)8.18º29.86%86.67%-
XYZ49.0144.2936.98-
YUV180.02113.88157.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=40.93%
G=30.37%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116415500.260.300.138.1849.2573.73
HexDDA49B01A1ED8314a
Octal33524423303236151061112
Binary11011101101001001001101101101011110110110001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA49B; }

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

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

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

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

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

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

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

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