#DDA897

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

Shades of Rose #DDA897

Tints of Rose #DDA897

Color information

#DDA897 (or 0xDDA897) is unknown color: approx Rose. HEX triplet: DD, A8 and 97. RGB value is (221,168,151). Sum of RGB (Red+Green+Blue) = 221+168+151=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA897 is #225768. Grayscale: #B6B6B6. Windows color (decimal): -2250601 or 9939165. OLE color: 9939165.

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

Color convert

RGB221168151-
CMYK00.240.320.13
HSL14.57º50.72%72.94%-
HSV(B)14.57º31.67%86.67%-
XYZ49.4145.6135.48-
YUV181.91110.56155.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 168 (66.02% from 255) = 31.11%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=40.93%
G=31.11%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116815100.240.320.1314.5750.7272.94
HexDDA89701820Df3349
Octal33525022703040151763111
Binary110111011010100010010111011000100000110111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA897; }

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

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

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

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

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

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

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

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