#DDA895

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

Shades of Rose #DDA895

Tints of Rose #DDA895

Color information

#DDA895 (or 0xDDA895) is unknown color: approx Rose. HEX triplet: DD, A8 and 95. RGB value is (221,168,149). Sum of RGB (Red+Green+Blue) = 221+168+149=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA895 is #22576A. Grayscale: #B5B5B5. Windows color (decimal): -2250603 or 9808093. OLE color: 9808093.

HSL color Cylindrical-coordinate representation of color #DDA895: hue angle of 15.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA895 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221168149-
CMYK00.240.330.13
HSL15.83º51.43%72.55%-
HSV(B)15.83º32.58%86.67%-
XYZ49.2545.5534.63-
YUV181.68109.56156.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=41.08%
G=31.23%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116814900.240.330.1315.8351.4372.55
HexDDA89501821D103349
Octal33525022503041152063111
Binary1101110110101000100101010110001000011101100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA895; }

 p { color: rgb(221,168,149); }

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

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

 a { background-color: rgb(221,168,149); }

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

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

 span { border-color: rgb(221,168,149); }

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