Shades of Rose #DDA293
Tints of Rose #DDA293
RGB
CMYK
RGB Variations
Color information
#DDA293 (or 0xDDA293) is known color: Rose. HEX triplet: DD, A2 and 93. RGB value is (221,162,147). Sum of RGB (Red+Green+Blue) = 221+162+147=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA293 is #225D6C. Grayscale: #B2B2B2. Windows color (decimal): -2252141 or 9675485. OLE color: 9675485.
HSL color Cylindrical-coordinate representation of color #DDA293: hue angle of 12.16º 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 #DDA293 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 147 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.13 |
| HSL | 12.16º | 0.52% | 0.72% | - |
| HSV(B) | 12.16º | 0.33% | 0.87% | - |
| XYZ | 48.01 | 43.32 | 33.44 | - |
| YUV | 177.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 147 | 0 | 0.27 | 0.33 | 0.13 | 12.16 | 0.52 | 0.72 |
| Hex | DD | A2 | 93 | 0 | 1B | 21 | D | C | 34 | 48 |
| Octal | 335 | 242 | 223 | 0 | 33 | 41 | 15 | 14 | 64 | 110 |
| Binary | 11011101 | 10100010 | 10010011 | 0 | 11011 | 100001 | 1101 | 1100 | 110100 | 1001000 |
Color Harmonies of #DDA293
Complementary color
Monochromatic Colors of #DDA293
Black with #DDA293
Text Example
Text Example
White with #DDA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA293; }
p { color: rgb(221,162,147); }
H1.HeaderClassName
{
color: #DDA293;
}
.AnyTagClassName
{
color: #DDA293;
}
</style>
background-color css
<style>
a { background-color: #DDA293; }
a { background-color: rgb(221,162,147); }
div.DivClassName
{
background-color: #DDA293;
}
.BgClassName
{
background-color: #DDA293;
}
</style>
border-color css
<style>
span { border-color: #DDA293; }
span { border-color: rgb(221,162,147); }
td.TdClassName
{
border-color: #DDA293;
}
.TagClassName
{
border-color: #DDA293;
}
</style>