Shades of Rose #DDA494
Tints of Rose #DDA494
RGB
CMYK
RGB Variations
Color information
#DDA494 (or 0xDDA494) is known color: Rose. HEX triplet: DD, A4 and 94. RGB value is (221,164,148). Sum of RGB (Red+Green+Blue) = 221+164+148=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA494 is #225B6B. Grayscale: #B3B3B3. Windows color (decimal): -2251628 or 9741533. OLE color: 9741533.
HSL color Cylindrical-coordinate representation of color #DDA494: hue angle of 13.15º 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 #DDA494 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 148 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.13 |
| HSL | 13.15º | 0.52% | 0.72% | - |
| HSV(B) | 13.15º | 0.33% | 0.87% | - |
| XYZ | 48.44 | 44.06 | 33.97 | - |
| YUV | 179.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 148 | 0 | 0.26 | 0.33 | 0.13 | 13.15 | 0.52 | 0.72 |
| Hex | DD | A4 | 94 | 0 | 1A | 21 | D | D | 34 | 48 |
| Octal | 335 | 244 | 224 | 0 | 32 | 41 | 15 | 15 | 64 | 110 |
| Binary | 11011101 | 10100100 | 10010100 | 0 | 11010 | 100001 | 1101 | 1101 | 110100 | 1001000 |
Color Harmonies of #DDA494
Complementary color
Monochromatic Colors of #DDA494
Black with #DDA494
Text Example
Text Example
White with #DDA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA494; }
p { color: rgb(221,164,148); }
H1.HeaderClassName
{
color: #DDA494;
}
.AnyTagClassName
{
color: #DDA494;
}
</style>
background-color css
<style>
a { background-color: #DDA494; }
a { background-color: rgb(221,164,148); }
div.DivClassName
{
background-color: #DDA494;
}
.BgClassName
{
background-color: #DDA494;
}
</style>
border-color css
<style>
span { border-color: #DDA494; }
span { border-color: rgb(221,164,148); }
td.TdClassName
{
border-color: #DDA494;
}
.TagClassName
{
border-color: #DDA494;
}
</style>