Shades of Rose #DDA591
Tints of Rose #DDA591
RGB
CMYK
RGB Variations
Color information
#DDA591 (or 0xDDA591) is known color: Rose. HEX triplet: DD, A5 and 91. RGB value is (221,165,145). Sum of RGB (Red+Green+Blue) = 221+165+145=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA591 is #225A6E. Grayscale: #B3B3B3. Windows color (decimal): -2251375 or 9545181. OLE color: 9545181.
HSL color Cylindrical-coordinate representation of color #DDA591: hue angle of 15.79º degrees, saturation: 0.53, 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 #DDA591 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 145 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.13 |
| HSL | 15.79º | 0.53% | 0.72% | - |
| HSV(B) | 15.79º | 0.34% | 0.87% | - |
| XYZ | 48.38 | 44.33 | 32.79 | - |
| YUV | 179.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 145 | 0 | 0.25 | 0.34 | 0.13 | 15.79 | 0.53 | 0.72 |
| Hex | DD | A5 | 91 | 0 | 19 | 22 | D | 10 | 35 | 48 |
| Octal | 335 | 245 | 221 | 0 | 31 | 42 | 15 | 20 | 65 | 110 |
| Binary | 11011101 | 10100101 | 10010001 | 0 | 11001 | 100010 | 1101 | 10000 | 110101 | 1001000 |
Color Harmonies of #DDA591
Complementary color
Monochromatic Colors of #DDA591
Black with #DDA591
Text Example
Text Example
White with #DDA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA591; }
p { color: rgb(221,165,145); }
H1.HeaderClassName
{
color: #DDA591;
}
.AnyTagClassName
{
color: #DDA591;
}
</style>
background-color css
<style>
a { background-color: #DDA591; }
a { background-color: rgb(221,165,145); }
div.DivClassName
{
background-color: #DDA591;
}
.BgClassName
{
background-color: #DDA591;
}
</style>
border-color css
<style>
span { border-color: #DDA591; }
span { border-color: rgb(221,165,145); }
td.TdClassName
{
border-color: #DDA591;
}
.TagClassName
{
border-color: #DDA591;
}
</style>