Shades of Rose #DDAA93
Tints of Rose #DDAA93
RGB
CMYK
RGB Variations
Color information
#DDAA93 (or 0xDDAA93) is known color: Rose. HEX triplet: DD, AA and 93. RGB value is (221,170,147). Sum of RGB (Red+Green+Blue) = 221+170+147=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA93 is #22556C. Grayscale: #B6B6B6. Windows color (decimal): -2250093 or 9677533. OLE color: 9677533.
HSL color Cylindrical-coordinate representation of color #DDAA93: hue angle of 18.65º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDAA93 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 147 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.13 |
| HSL | 18.65º | 0.52% | 0.72% | - |
| HSV(B) | 18.65º | 0.33% | 0.87% | - |
| XYZ | 49.46 | 46.23 | 33.92 | - |
| YUV | 182.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 147 | 0 | 0.23 | 0.33 | 0.13 | 18.65 | 0.52 | 0.72 |
| Hex | DD | AA | 93 | 0 | 17 | 21 | D | 13 | 34 | 48 |
| Octal | 335 | 252 | 223 | 0 | 27 | 41 | 15 | 23 | 64 | 110 |
| Binary | 11011101 | 10101010 | 10010011 | 0 | 10111 | 100001 | 1101 | 10011 | 110100 | 1001000 |
Color Harmonies of #DDAA93
Complementary color
Monochromatic Colors of #DDAA93
Black with #DDAA93
Text Example
Text Example
White with #DDAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA93; }
p { color: rgb(221,170,147); }
H1.HeaderClassName
{
color: #DDAA93;
}
.AnyTagClassName
{
color: #DDAA93;
}
</style>
background-color css
<style>
a { background-color: #DDAA93; }
a { background-color: rgb(221,170,147); }
div.DivClassName
{
background-color: #DDAA93;
}
.BgClassName
{
background-color: #DDAA93;
}
</style>
border-color css
<style>
span { border-color: #DDAA93; }
span { border-color: rgb(221,170,147); }
td.TdClassName
{
border-color: #DDAA93;
}
.TagClassName
{
border-color: #DDAA93;
}
</style>