#DDA591

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

Shades of Rose #DDA591

Tints of Rose #DDA591

Color information

#DDA591 (or 0xDDA591) is unknown color: approx Rose. HEX triplet: DD, A5 and 91. RGB value is (221,165,145). Sum of RGB (Red+Green+Blue) = 221+165+145=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA591 is #225A6E. Grayscale: #B3B3B3. Windows color (decimal): -2251375 or 9545181. OLE color: 9545181.

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

Color convert

RGB221165145-
CMYK00.250.340.13
HSL15.79º52.78%71.76%-
HSV(B)15.79º34.39%86.67%-
XYZ48.3844.3332.79-
YUV179.46108.55157.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=41.62%
G=31.07%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116514500.250.340.1315.7952.7871.76
HexDDA59101922D103548
Octal33524522103142152065110
Binary1101110110100101100100010110011000101101100001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA591; }

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

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

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

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

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

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

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

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