#DDA590

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

Shades of Rose #DDA590

Tints of Rose #DDA590

Color information

#DDA590 (or 0xDDA590) is unknown color: approx Rose. HEX triplet: DD, A5 and 90. RGB value is (221,165,144). Sum of RGB (Red+Green+Blue) = 221+165+144=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA590 is #225A6F. Grayscale: #B3B3B3. Windows color (decimal): -2251376 or 9479645. OLE color: 9479645.

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

Color convert

RGB221165144-
CMYK00.250.350.13
HSL16.36º53.1%71.57%-
HSV(B)16.36º34.84%86.67%-
XYZ48.3144.332.39-
YUV179.35108.05157.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=41.70%
G=31.13%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116514400.250.350.1316.3653.171.57
HexDDA59001923D103548
Octal33524522003143152065110
Binary1101110110100101100100000110011000111101100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA590; }

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

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

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

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

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

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

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

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