#DDA996

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

Shades of Rose #DDA996

Tints of Rose #DDA996

Color information

#DDA996 (or 0xDDA996) is unknown color: approx Rose. HEX triplet: DD, A9 and 96. RGB value is (221,169,150). Sum of RGB (Red+Green+Blue) = 221+169+150=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA996 is #225669. Grayscale: #B6B6B6. Windows color (decimal): -2250346 or 9873885. OLE color: 9873885.

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

Color convert

RGB221169150-
CMYK00.240.320.13
HSL16.06º51.08%72.75%-
HSV(B)16.06º32.13%86.67%-
XYZ49.5145.9535.11-
YUV182.38109.73155.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=40.93%
G=31.30%
B=27.78%

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
Decimal22116915000.240.320.1316.0651.0872.75
HexDDA99601820D103349
Octal33525122603040152063111
Binary1101110110101001100101100110001000001101100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA996; }

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

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

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

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

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

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

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

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