#DDAC96

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

Shades of Rose #DDAC96

Tints of Rose #DDAC96

Color information

#DDAC96 (or 0xDDAC96) is unknown color: approx Rose. HEX triplet: DD, AC and 96. RGB value is (221,172,150). Sum of RGB (Red+Green+Blue) = 221+172+150=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC96 is #225369. Grayscale: #B8B8B8. Windows color (decimal): -2249578 or 9874653. OLE color: 9874653.

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

Color convert

RGB221172150-
CMYK00.220.320.13
HSL18.59º51.08%72.75%-
HSV(B)18.59º32.13%86.67%-
XYZ50.0847.0835.3-
YUV184.14108.73154.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=40.70%
G=31.68%
B=27.62%

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
Decimal22117215000.220.320.1318.5951.0872.75
HexDDAC9601620D133349
Octal33525422602640152363111
Binary1101110110101100100101100101101000001101100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC96; }

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

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

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

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

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

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

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

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