Shades of Rose #DDA891
Tints of Rose #DDA891
RGB
CMYK
RGB Variations
Color information
#DDA891 (or 0xDDA891) is known color: Rose. HEX triplet: DD, A8 and 91. RGB value is (221,168,145). Sum of RGB (Red+Green+Blue) = 221+168+145=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA891 is #22576E. Grayscale: #B5B5B5. Windows color (decimal): -2250607 or 9545949. OLE color: 9545949.
HSL color Cylindrical-coordinate representation of color #DDA891: hue angle of 18.16º 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 #DDA891 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 145 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.13 |
| HSL | 18.16º | 0.53% | 0.72% | - |
| HSV(B) | 18.16º | 0.34% | 0.87% | - |
| XYZ | 48.93 | 45.42 | 32.98 | - |
| YUV | 181.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 145 | 0 | 0.24 | 0.34 | 0.13 | 18.16 | 0.53 | 0.72 |
| Hex | DD | A8 | 91 | 0 | 18 | 22 | D | 12 | 35 | 48 |
| Octal | 335 | 250 | 221 | 0 | 30 | 42 | 15 | 22 | 65 | 110 |
| Binary | 11011101 | 10101000 | 10010001 | 0 | 11000 | 100010 | 1101 | 10010 | 110101 | 1001000 |
Color Harmonies of #DDA891
Complementary color
Monochromatic Colors of #DDA891
Black with #DDA891
Text Example
Text Example
White with #DDA891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA891; }
p { color: rgb(221,168,145); }
H1.HeaderClassName
{
color: #DDA891;
}
.AnyTagClassName
{
color: #DDA891;
}
</style>
background-color css
<style>
a { background-color: #DDA891; }
a { background-color: rgb(221,168,145); }
div.DivClassName
{
background-color: #DDA891;
}
.BgClassName
{
background-color: #DDA891;
}
</style>
border-color css
<style>
span { border-color: #DDA891; }
span { border-color: rgb(221,168,145); }
td.TdClassName
{
border-color: #DDA891;
}
.TagClassName
{
border-color: #DDA891;
}
</style>