Shades of Rose #DDA296
Tints of Rose #DDA296
RGB
CMYK
RGB Variations
Color information
#DDA296 (or 0xDDA296) is known color: Rose. HEX triplet: DD, A2 and 96. RGB value is (221,162,150). Sum of RGB (Red+Green+Blue) = 221+162+150=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA296 is #225D69. Grayscale: #B2B2B2. Windows color (decimal): -2252138 or 9872093. OLE color: 9872093.
HSL color Cylindrical-coordinate representation of color #DDA296: hue angle of 10.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA296 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 150 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.13 |
| HSL | 10.14º | 0.51% | 0.73% | - |
| HSV(B) | 10.14º | 0.32% | 0.87% | - |
| XYZ | 48.24 | 43.41 | 34.69 | - |
| YUV | 178.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 150 | 0 | 0.27 | 0.32 | 0.13 | 10.14 | 0.51 | 0.73 |
| Hex | DD | A2 | 96 | 0 | 1B | 20 | D | A | 33 | 49 |
| Octal | 335 | 242 | 226 | 0 | 33 | 40 | 15 | 12 | 63 | 111 |
| Binary | 11011101 | 10100010 | 10010110 | 0 | 11011 | 100000 | 1101 | 1010 | 110011 | 1001001 |
Color Harmonies of #DDA296
Complementary color
Monochromatic Colors of #DDA296
Black with #DDA296
Text Example
Text Example
White with #DDA296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA296; }
p { color: rgb(221,162,150); }
H1.HeaderClassName
{
color: #DDA296;
}
.AnyTagClassName
{
color: #DDA296;
}
</style>
background-color css
<style>
a { background-color: #DDA296; }
a { background-color: rgb(221,162,150); }
div.DivClassName
{
background-color: #DDA296;
}
.BgClassName
{
background-color: #DDA296;
}
</style>
border-color css
<style>
span { border-color: #DDA296; }
span { border-color: rgb(221,162,150); }
td.TdClassName
{
border-color: #DDA296;
}
.TagClassName
{
border-color: #DDA296;
}
</style>