#DDA195

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

Shades of Rose #DDA195

Tints of Rose #DDA195

Color information

#DDA195 (or 0xDDA195) is unknown color: approx Rose. HEX triplet: DD, A1 and 95. RGB value is (221,161,149). Sum of RGB (Red+Green+Blue) = 221+161+149=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA195 is #225E6A. Grayscale: #B1B1B1. Windows color (decimal): -2252395 or 9806301. OLE color: 9806301.

HSL color Cylindrical-coordinate representation of color #DDA195: hue angle of 10º 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 #DDA195 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221161149-
CMYK00.270.330.13
HSL10º51.43%72.55%-
HSV(B)10º32.58%86.67%-
XYZ47.9943.0334.21-
YUV177.57111.88158.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=41.62%
G=30.32%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116114900.270.330.131051.4372.55
HexDDA19501B21Da3349
Octal33524122503341151263111
Binary110111011010000110010101011011100001110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA195; }

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

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

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

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

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

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

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

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