#DDA197

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

Shades of Rose #DDA197

Tints of Rose #DDA197

Color information

#DDA197 (or 0xDDA197) is unknown color: approx Rose. HEX triplet: DD, A1 and 97. RGB value is (221,161,151). Sum of RGB (Red+Green+Blue) = 221+161+151=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA197 is #225E68. Grayscale: #B1B1B1. Windows color (decimal): -2252393 or 9937373. OLE color: 9937373.

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

Color convert

RGB221161151-
CMYK00.270.320.13
HSL8.57º50.72%72.94%-
HSV(B)8.57º31.67%86.67%-
XYZ48.1543.135.06-
YUV177.8112.88158.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 151 (59.38% from 255) = 28.33%
R=41.46%
G=30.21%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116115100.270.320.138.5750.7272.94
HexDDA19701B20D93349
Octal33524122703340151163111
Binary110111011010000110010111011011100000110110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA197; }

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

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

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

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

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

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

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

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