#DDA196

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

Shades of Rose #DDA196

Tints of Rose #DDA196

Color information

#DDA196 (or 0xDDA196) is unknown color: approx Rose. HEX triplet: DD, A1 and 96. RGB value is (221,161,150). Sum of RGB (Red+Green+Blue) = 221+161+150=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA196 is #225E69. Grayscale: #B1B1B1. Windows color (decimal): -2252394 or 9871837. OLE color: 9871837.

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

Color convert

RGB221161150-
CMYK00.270.320.13
HSL9.3º51.08%72.75%-
HSV(B)9.3º32.13%86.67%-
XYZ48.0743.0634.63-
YUV177.69112.38158.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=41.54%
G=30.26%
B=28.20%

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
Decimal22116115000.270.320.139.351.0872.75
HexDDA19601B20D93349
Octal33524122603340151163111
Binary110111011010000110010110011011100000110110011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA196; }

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

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

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

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

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

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

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

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