Shades of Rose #DDA295
Tints of Rose #DDA295
RGB
CMYK
RGB Variations
Color information
#DDA295 (or 0xDDA295) is known color: Rose. HEX triplet: DD, A2 and 95. RGB value is (221,162,149). Sum of RGB (Red+Green+Blue) = 221+162+149=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA295 is #225D6A. Grayscale: #B2B2B2. Windows color (decimal): -2252139 or 9806557. OLE color: 9806557.
HSL color Cylindrical-coordinate representation of color #DDA295: hue angle of 10.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA295 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 149 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.13 |
| HSL | 10.83º | 0.51% | 0.73% | - |
| HSV(B) | 10.83º | 0.33% | 0.87% | - |
| XYZ | 48.16 | 43.38 | 34.27 | - |
| YUV | 178.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 149 | 0 | 0.27 | 0.33 | 0.13 | 10.83 | 0.51 | 0.73 |
| Hex | DD | A2 | 95 | 0 | 1B | 21 | D | B | 33 | 49 |
| Octal | 335 | 242 | 225 | 0 | 33 | 41 | 15 | 13 | 63 | 111 |
| Binary | 11011101 | 10100010 | 10010101 | 0 | 11011 | 100001 | 1101 | 1011 | 110011 | 1001001 |
Color Harmonies of #DDA295
Complementary color
Monochromatic Colors of #DDA295
Black with #DDA295
Text Example
Text Example
White with #DDA295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA295; }
p { color: rgb(221,162,149); }
H1.HeaderClassName
{
color: #DDA295;
}
.AnyTagClassName
{
color: #DDA295;
}
</style>
background-color css
<style>
a { background-color: #DDA295; }
a { background-color: rgb(221,162,149); }
div.DivClassName
{
background-color: #DDA295;
}
.BgClassName
{
background-color: #DDA295;
}
</style>
border-color css
<style>
span { border-color: #DDA295; }
span { border-color: rgb(221,162,149); }
td.TdClassName
{
border-color: #DDA295;
}
.TagClassName
{
border-color: #DDA295;
}
</style>