#DDA497

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

Shades of Rose #DDA497

Tints of Rose #DDA497

Color information

#DDA497 (or 0xDDA497) is unknown color: approx Rose. HEX triplet: DD, A4 and 97. RGB value is (221,164,151). Sum of RGB (Red+Green+Blue) = 221+164+151=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA497 is #225B68. Grayscale: #B3B3B3. Windows color (decimal): -2251625 or 9938141. OLE color: 9938141.

HSL color Cylindrical-coordinate representation of color #DDA497: hue angle of 11.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA497 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221164151-
CMYK00.260.320.13
HSL11.14º50.72%72.94%-
HSV(B)11.14º31.67%86.67%-
XYZ48.6844.1635.24-
YUV179.56111.88157.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=41.23%
G=30.60%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116415100.260.320.1311.1450.7272.94
HexDDA49701A20Db3349
Octal33524422703240151363111
Binary110111011010010010010111011010100000110110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA497; }

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

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

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

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

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

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

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

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