Shades of Rose #DDAC99
Tints of Rose #DDAC99
RGB
CMYK
RGB Variations
Color information
#DDAC99 (or 0xDDAC99) is known color: 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
| RGB | 221 | 172 | 153 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.13 |
| HSL | 16.76º | 0.5% | 0.73% | - |
| HSV(B) | 16.76º | 0.31% | 0.87% | - |
| XYZ | 50.32 | 47.18 | 36.59 | - |
| YUV | 184.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 153 | 0 | 0.22 | 0.31 | 0.13 | 16.76 | 0.5 | 0.73 |
| Hex | DD | AC | 99 | 0 | 16 | 1F | D | 11 | 32 | 49 |
| Octal | 335 | 254 | 231 | 0 | 26 | 37 | 15 | 21 | 62 | 111 |
| Binary | 11011101 | 10101100 | 10011001 | 0 | 10110 | 11111 | 1101 | 10001 | 110010 | 1001001 |
Color Harmonies of #DDAC99
Complementary color
Monochromatic Colors of #DDAC99
Black with #DDAC99
Text Example
Text Example
White with #DDAC99
Text Example
Text Example
HTML Codes & Css Web 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>