Shades of Rose #DDAA92
Tints of Rose #DDAA92
RGB
CMYK
RGB Variations
Color information
#DDAA92 (or 0xDDAA92) is known color: Rose. HEX triplet: DD, AA and 92. RGB value is (221,170,146). Sum of RGB (Red+Green+Blue) = 221+170+146=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA92 is #22556D. Grayscale: #B6B6B6. Windows color (decimal): -2250094 or 9611997. OLE color: 9611997.
HSL color Cylindrical-coordinate representation of color #DDAA92: hue angle of 19.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDAA92 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 146 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.13 |
| HSL | 19.2º | 0.52% | 0.72% | - |
| HSV(B) | 19.2º | 0.34% | 0.87% | - |
| XYZ | 49.38 | 46.2 | 33.51 | - |
| YUV | 182.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 146 | 0 | 0.23 | 0.34 | 0.13 | 19.2 | 0.52 | 0.72 |
| Hex | DD | AA | 92 | 0 | 17 | 22 | D | 13 | 34 | 48 |
| Octal | 335 | 252 | 222 | 0 | 27 | 42 | 15 | 23 | 64 | 110 |
| Binary | 11011101 | 10101010 | 10010010 | 0 | 10111 | 100010 | 1101 | 10011 | 110100 | 1001000 |
Color Harmonies of #DDAA92
Complementary color
Monochromatic Colors of #DDAA92
Black with #DDAA92
Text Example
Text Example
White with #DDAA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA92; }
p { color: rgb(221,170,146); }
H1.HeaderClassName
{
color: #DDAA92;
}
.AnyTagClassName
{
color: #DDAA92;
}
</style>
background-color css
<style>
a { background-color: #DDAA92; }
a { background-color: rgb(221,170,146); }
div.DivClassName
{
background-color: #DDAA92;
}
.BgClassName
{
background-color: #DDAA92;
}
</style>
border-color css
<style>
span { border-color: #DDAA92; }
span { border-color: rgb(221,170,146); }
td.TdClassName
{
border-color: #DDAA92;
}
.TagClassName
{
border-color: #DDAA92;
}
</style>