Shades of Rose #DDA193
Tints of Rose #DDA193
RGB
CMYK
RGB Variations
Color information
#DDA193 (or 0xDDA193) is known color: Rose. HEX triplet: DD, A1 and 93. RGB value is (221,161,147). Sum of RGB (Red+Green+Blue) = 221+161+147=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA193 is #225E6C. Grayscale: #B1B1B1. Windows color (decimal): -2252397 or 9675229. OLE color: 9675229.
HSL color Cylindrical-coordinate representation of color #DDA193: hue angle of 11.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA193 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 147 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.13 |
| HSL | 11.35º | 0.52% | 0.72% | - |
| HSV(B) | 11.35º | 0.33% | 0.87% | - |
| XYZ | 47.83 | 42.97 | 33.38 | - |
| YUV | 177.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 147 | 0 | 0.27 | 0.33 | 0.13 | 11.35 | 0.52 | 0.72 |
| Hex | DD | A1 | 93 | 0 | 1B | 21 | D | B | 34 | 48 |
| Octal | 335 | 241 | 223 | 0 | 33 | 41 | 15 | 13 | 64 | 110 |
| Binary | 11011101 | 10100001 | 10010011 | 0 | 11011 | 100001 | 1101 | 1011 | 110100 | 1001000 |
Color Harmonies of #DDA193
Complementary color
Monochromatic Colors of #DDA193
Black with #DDA193
Text Example
Text Example
White with #DDA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA193; }
p { color: rgb(221,161,147); }
H1.HeaderClassName
{
color: #DDA193;
}
.AnyTagClassName
{
color: #DDA193;
}
</style>
background-color css
<style>
a { background-color: #DDA193; }
a { background-color: rgb(221,161,147); }
div.DivClassName
{
background-color: #DDA193;
}
.BgClassName
{
background-color: #DDA193;
}
</style>
border-color css
<style>
span { border-color: #DDA193; }
span { border-color: rgb(221,161,147); }
td.TdClassName
{
border-color: #DDA193;
}
.TagClassName
{
border-color: #DDA193;
}
</style>