#DDAD97

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

Shades of Rose #DDAD97

Tints of Rose #DDAD97

Color information

#DDAD97 (or 0xDDAD97) is unknown color: approx Rose. HEX triplet: DD, AD and 97. RGB value is (221,173,151). Sum of RGB (Red+Green+Blue) = 221+173+151=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD97 is #225268. Grayscale: #B8B8B8. Windows color (decimal): -2249321 or 9940445. OLE color: 9940445.

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

Color convert

RGB221173151-
CMYK00.220.320.13
HSL18.86º50.72%72.94%-
HSV(B)18.86º31.67%86.67%-
XYZ50.3547.4935.79-
YUV184.84108.9153.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=40.55%
G=31.74%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117315100.220.320.1318.8650.7272.94
HexDDAD9701620D133349
Octal33525522702640152363111
Binary1101110110101101100101110101101000001101100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD97; }

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

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

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

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

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

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

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

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