Shades of Rose #DDA593
Tints of Rose #DDA593
RGB
CMYK
RGB Variations
Color information
#DDA593 (or 0xDDA593) is known color: Rose. HEX triplet: DD, A5 and 93. RGB value is (221,165,147). Sum of RGB (Red+Green+Blue) = 221+165+147=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA593 is #225A6C. Grayscale: #B3B3B3. Windows color (decimal): -2251373 or 9676253. OLE color: 9676253.
HSL color Cylindrical-coordinate representation of color #DDA593: hue angle of 14.59º 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 #DDA593 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 147 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.13 |
| HSL | 14.59º | 0.52% | 0.72% | - |
| HSV(B) | 14.59º | 0.33% | 0.87% | - |
| XYZ | 48.54 | 44.39 | 33.61 | - |
| YUV | 179.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 147 | 0 | 0.25 | 0.33 | 0.13 | 14.59 | 0.52 | 0.72 |
| Hex | DD | A5 | 93 | 0 | 19 | 21 | D | F | 34 | 48 |
| Octal | 335 | 245 | 223 | 0 | 31 | 41 | 15 | 17 | 64 | 110 |
| Binary | 11011101 | 10100101 | 10010011 | 0 | 11001 | 100001 | 1101 | 1111 | 110100 | 1001000 |
Color Harmonies of #DDA593
Complementary color
Monochromatic Colors of #DDA593
Black with #DDA593
Text Example
Text Example
White with #DDA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA593; }
p { color: rgb(221,165,147); }
H1.HeaderClassName
{
color: #DDA593;
}
.AnyTagClassName
{
color: #DDA593;
}
</style>
background-color css
<style>
a { background-color: #DDA593; }
a { background-color: rgb(221,165,147); }
div.DivClassName
{
background-color: #DDA593;
}
.BgClassName
{
background-color: #DDA593;
}
</style>
border-color css
<style>
span { border-color: #DDA593; }
span { border-color: rgb(221,165,147); }
td.TdClassName
{
border-color: #DDA593;
}
.TagClassName
{
border-color: #DDA593;
}
</style>