#DDA48E

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

Shades of Rose #DDA48E

Tints of Rose #DDA48E

Color information

#DDA48E (or 0xDDA48E) is unknown color: approx Rose. HEX triplet: DD, A4 and 8E. RGB value is (221,164,142). Sum of RGB (Red+Green+Blue) = 221+164+142=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48E is #225B71. Grayscale: #B2B2B2. Windows color (decimal): -2251634 or 9348317. OLE color: 9348317.

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

Color convert

RGB221164142-
CMYK00.260.360.13
HSL16.71º53.74%71.18%-
HSV(B)16.71º35.75%86.67%-
XYZ47.9843.8831.53-
YUV178.53107.38158.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 164 (64.45% from 255) = 31.12%
BLUE value IS 142 (55.86% from 255) = 26.94%
R=41.94%
G=31.12%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116414200.260.360.1316.7153.7471.18
HexDDA48E01A24D113647
Octal33524421603244152166107
Binary1101110110100100100011100110101001001101100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA48E; }

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

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

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

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

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

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

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

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