#DDA890

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

Shades of Rose #DDA890

Tints of Rose #DDA890

Color information

#DDA890 (or 0xDDA890) is unknown color: approx Rose. HEX triplet: DD, A8 and 90. RGB value is (221,168,144). Sum of RGB (Red+Green+Blue) = 221+168+144=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA890 is #22576F. Grayscale: #B5B5B5. Windows color (decimal): -2250608 or 9480413. OLE color: 9480413.

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

Color convert

RGB221168144-
CMYK00.240.350.13
HSL18.7º53.1%71.57%-
HSV(B)18.7º34.84%86.67%-
XYZ48.8645.3932.57-
YUV181.11107.06156.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=41.46%
G=31.52%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116814400.240.350.1318.753.171.57
HexDDA89001823D133548
Octal33525022003043152365110
Binary1101110110101000100100000110001000111101100111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA890; }

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

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

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

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

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

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

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

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