Shades of Rose #DDA898
Tints of Rose #DDA898
RGB
CMYK
RGB Variations
Color information
#DDA898 (or 0xDDA898) is known color: Rose. HEX triplet: DD, A8 and 98. RGB value is (221,168,152). Sum of RGB (Red+Green+Blue) = 221+168+152=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA898 is #225767. Grayscale: #B6B6B6. Windows color (decimal): -2250600 or 10004701. OLE color: 10004701.
HSL color Cylindrical-coordinate representation of color #DDA898: hue angle of 13.91º 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 #DDA898 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 152 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.13 |
| HSL | 13.91º | 0.5% | 0.73% | - |
| HSV(B) | 13.91º | 0.31% | 0.87% | - |
| XYZ | 49.49 | 45.64 | 35.91 | - |
| YUV | 182.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 152 | 0 | 0.24 | 0.31 | 0.13 | 13.91 | 0.5 | 0.73 |
| Hex | DD | A8 | 98 | 0 | 18 | 1F | D | E | 32 | 49 |
| Octal | 335 | 250 | 230 | 0 | 30 | 37 | 15 | 16 | 62 | 111 |
| Binary | 11011101 | 10101000 | 10011000 | 0 | 11000 | 11111 | 1101 | 1110 | 110010 | 1001001 |
Color Harmonies of #DDA898
Complementary color
Monochromatic Colors of #DDA898
Black with #DDA898
Text Example
Text Example
White with #DDA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA898; }
p { color: rgb(221,168,152); }
H1.HeaderClassName
{
color: #DDA898;
}
.AnyTagClassName
{
color: #DDA898;
}
</style>
background-color css
<style>
a { background-color: #DDA898; }
a { background-color: rgb(221,168,152); }
div.DivClassName
{
background-color: #DDA898;
}
.BgClassName
{
background-color: #DDA898;
}
</style>
border-color css
<style>
span { border-color: #DDA898; }
span { border-color: rgb(221,168,152); }
td.TdClassName
{
border-color: #DDA898;
}
.TagClassName
{
border-color: #DDA898;
}
</style>