Shades of Rose #DDA495
Tints of Rose #DDA495
RGB
CMYK
RGB Variations
Color information
#DDA495 (or 0xDDA495) is known color: Rose. HEX triplet: DD, A4 and 95. RGB value is (221,164,149). Sum of RGB (Red+Green+Blue) = 221+164+149=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA495 is #225B6A. Grayscale: #B3B3B3. Windows color (decimal): -2251627 or 9807069. OLE color: 9807069.
HSL color Cylindrical-coordinate representation of color #DDA495: hue angle of 12.5º 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 #DDA495 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 149 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.13 |
| HSL | 12.5º | 0.51% | 0.73% | - |
| HSV(B) | 12.5º | 0.33% | 0.87% | - |
| XYZ | 48.52 | 44.09 | 34.39 | - |
| YUV | 179.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 149 | 0 | 0.26 | 0.33 | 0.13 | 12.5 | 0.51 | 0.73 |
| Hex | DD | A4 | 95 | 0 | 1A | 21 | D | C | 33 | 49 |
| Octal | 335 | 244 | 225 | 0 | 32 | 41 | 15 | 14 | 63 | 111 |
| Binary | 11011101 | 10100100 | 10010101 | 0 | 11010 | 100001 | 1101 | 1100 | 110011 | 1001001 |
Color Harmonies of #DDA495
Complementary color
Monochromatic Colors of #DDA495
Black with #DDA495
Text Example
Text Example
White with #DDA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA495; }
p { color: rgb(221,164,149); }
H1.HeaderClassName
{
color: #DDA495;
}
.AnyTagClassName
{
color: #DDA495;
}
</style>
background-color css
<style>
a { background-color: #DDA495; }
a { background-color: rgb(221,164,149); }
div.DivClassName
{
background-color: #DDA495;
}
.BgClassName
{
background-color: #DDA495;
}
</style>
border-color css
<style>
span { border-color: #DDA495; }
span { border-color: rgb(221,164,149); }
td.TdClassName
{
border-color: #DDA495;
}
.TagClassName
{
border-color: #DDA495;
}
</style>