Shades of Rose #DDA094
Tints of Rose #DDA094
RGB
CMYK
RGB Variations
Color information
#DDA094 (or 0xDDA094) is known color: Rose. HEX triplet: DD, A0 and 94. RGB value is (221,160,148). Sum of RGB (Red+Green+Blue) = 221+160+148=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA094 is #225F6B. Grayscale: #B0B0B0. Windows color (decimal): -2252652 or 9740509. OLE color: 9740509.
HSL color Cylindrical-coordinate representation of color #DDA094: hue angle of 9.86º 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 #DDA094 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 148 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.13 |
| HSL | 9.86º | 0.52% | 0.72% | - |
| HSV(B) | 9.86º | 0.33% | 0.87% | - |
| XYZ | 47.73 | 42.65 | 33.73 | - |
| YUV | 176.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 148 | 0 | 0.28 | 0.33 | 0.13 | 9.86 | 0.52 | 0.72 |
| Hex | DD | A0 | 94 | 0 | 1C | 21 | D | A | 34 | 48 |
| Octal | 335 | 240 | 224 | 0 | 34 | 41 | 15 | 12 | 64 | 110 |
| Binary | 11011101 | 10100000 | 10010100 | 0 | 11100 | 100001 | 1101 | 1010 | 110100 | 1001000 |
Color Harmonies of #DDA094
Complementary color
Monochromatic Colors of #DDA094
Black with #DDA094
Text Example
Text Example
White with #DDA094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA094; }
p { color: rgb(221,160,148); }
H1.HeaderClassName
{
color: #DDA094;
}
.AnyTagClassName
{
color: #DDA094;
}
</style>
background-color css
<style>
a { background-color: #DDA094; }
a { background-color: rgb(221,160,148); }
div.DivClassName
{
background-color: #DDA094;
}
.BgClassName
{
background-color: #DDA094;
}
</style>
border-color css
<style>
span { border-color: #DDA094; }
span { border-color: rgb(221,160,148); }
td.TdClassName
{
border-color: #DDA094;
}
.TagClassName
{
border-color: #DDA094;
}
</style>