#DDA490

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

Shades of Rose #DDA490

Tints of Rose #DDA490

Color information

#DDA490 (or 0xDDA490) is unknown color: approx Rose. HEX triplet: DD, A4 and 90. RGB value is (221,164,144). Sum of RGB (Red+Green+Blue) = 221+164+144=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA490 is #225B6F. Grayscale: #B2B2B2. Windows color (decimal): -2251632 or 9479389. OLE color: 9479389.

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

Color convert

RGB221164144-
CMYK00.260.350.13
HSL15.58º53.1%71.57%-
HSV(B)15.58º34.84%86.67%-
XYZ48.1343.9432.33-
YUV178.76108.38158.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.78%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=41.78%
G=31.00%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116414400.260.350.1315.5853.171.57
HexDDA49001A23D103548
Octal33524422003243152065110
Binary1101110110100100100100000110101000111101100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA490; }

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

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

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

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

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

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

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

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