Shades of Rose #DDA799
Tints of Rose #DDA799
RGB
CMYK
RGB Variations
Color information
#DDA799 (or 0xDDA799) is known color: Rose. HEX triplet: DD, A7 and 99. RGB value is (221,167,153). Sum of RGB (Red+Green+Blue) = 221+167+153=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA799 is #225866. Grayscale: #B5B5B5. Windows color (decimal): -2250855 or 10069981. OLE color: 10069981.
HSL color Cylindrical-coordinate representation of color #DDA799: hue angle of 12.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA799 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 153 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.13 |
| HSL | 12.35º | 0.5% | 0.73% | - |
| HSV(B) | 12.35º | 0.31% | 0.87% | - |
| XYZ | 49.39 | 45.31 | 36.28 | - |
| YUV | 181.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 153 | 0 | 0.24 | 0.31 | 0.13 | 12.35 | 0.5 | 0.73 |
| Hex | DD | A7 | 99 | 0 | 18 | 1F | D | C | 32 | 49 |
| Octal | 335 | 247 | 231 | 0 | 30 | 37 | 15 | 14 | 62 | 111 |
| Binary | 11011101 | 10100111 | 10011001 | 0 | 11000 | 11111 | 1101 | 1100 | 110010 | 1001001 |
Color Harmonies of #DDA799
Complementary color
Monochromatic Colors of #DDA799
Black with #DDA799
Text Example
Text Example
White with #DDA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA799; }
p { color: rgb(221,167,153); }
H1.HeaderClassName
{
color: #DDA799;
}
.AnyTagClassName
{
color: #DDA799;
}
</style>
background-color css
<style>
a { background-color: #DDA799; }
a { background-color: rgb(221,167,153); }
div.DivClassName
{
background-color: #DDA799;
}
.BgClassName
{
background-color: #DDA799;
}
</style>
border-color css
<style>
span { border-color: #DDA799; }
span { border-color: rgb(221,167,153); }
td.TdClassName
{
border-color: #DDA799;
}
.TagClassName
{
border-color: #DDA799;
}
</style>