Shades of Rose #DDA393
Tints of Rose #DDA393
RGB
CMYK
RGB Variations
Color information
#DDA393 (or 0xDDA393) is known color: Rose. HEX triplet: DD, A3 and 93. RGB value is (221,163,147). Sum of RGB (Red+Green+Blue) = 221+163+147=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA393 is #225C6C. Grayscale: #B2B2B2. Windows color (decimal): -2251885 or 9675741. OLE color: 9675741.
HSL color Cylindrical-coordinate representation of color #DDA393: hue angle of 12.97º 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 #DDA393 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 147 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.13 |
| HSL | 12.97º | 0.52% | 0.72% | - |
| HSV(B) | 12.97º | 0.33% | 0.87% | - |
| XYZ | 48.18 | 43.67 | 33.49 | - |
| YUV | 178.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 147 | 0 | 0.26 | 0.33 | 0.13 | 12.97 | 0.52 | 0.72 |
| Hex | DD | A3 | 93 | 0 | 1A | 21 | D | D | 34 | 48 |
| Octal | 335 | 243 | 223 | 0 | 32 | 41 | 15 | 15 | 64 | 110 |
| Binary | 11011101 | 10100011 | 10010011 | 0 | 11010 | 100001 | 1101 | 1101 | 110100 | 1001000 |
Color Harmonies of #DDA393
Complementary color
Monochromatic Colors of #DDA393
Black with #DDA393
Text Example
Text Example
White with #DDA393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA393; }
p { color: rgb(221,163,147); }
H1.HeaderClassName
{
color: #DDA393;
}
.AnyTagClassName
{
color: #DDA393;
}
</style>
background-color css
<style>
a { background-color: #DDA393; }
a { background-color: rgb(221,163,147); }
div.DivClassName
{
background-color: #DDA393;
}
.BgClassName
{
background-color: #DDA393;
}
</style>
border-color css
<style>
span { border-color: #DDA393; }
span { border-color: rgb(221,163,147); }
td.TdClassName
{
border-color: #DDA393;
}
.TagClassName
{
border-color: #DDA393;
}
</style>