#DDAC99

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

Shades of Rose #DDAC99

Tints of Rose #DDAC99

Color information

#DDAC99 (or 0xDDAC99) is unknown color: approx Rose. HEX triplet: DD, AC and 99. RGB value is (221,172,153). Sum of RGB (Red+Green+Blue) = 221+172+153=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC99 is #225366. Grayscale: #B8B8B8. Windows color (decimal): -2249575 or 10071261. OLE color: 10071261.

HSL color Cylindrical-coordinate representation of color #DDAC99: hue angle of 16.76º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDAC99 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221172153-
CMYK00.220.310.13
HSL16.76º50%73.33%-
HSV(B)16.76º30.77%86.67%-
XYZ50.3247.1836.59-
YUV184.48110.23154.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=40.48%
G=31.50%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117215300.220.310.1316.765073.33
HexDDAC990161FD113249
Octal33525423102637152162111
Binary110111011010110010011001010110111111101100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC99; }

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

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

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

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

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

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

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

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