Shades of Rose #DDA598
Tints of Rose #DDA598
RGB
CMYK
RGB Variations
Color information
#DDA598 (or 0xDDA598) is known color: Rose. HEX triplet: DD, A5 and 98. RGB value is (221,165,152). Sum of RGB (Red+Green+Blue) = 221+165+152=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA598 is #225A67. Grayscale: #B4B4B4. Windows color (decimal): -2251368 or 10003933. OLE color: 10003933.
HSL color Cylindrical-coordinate representation of color #DDA598: hue angle of 11.3º 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 #DDA598 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 152 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.13 |
| HSL | 11.3º | 0.5% | 0.73% | - |
| HSV(B) | 11.3º | 0.31% | 0.87% | - |
| XYZ | 48.94 | 44.55 | 35.73 | - |
| YUV | 180.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 152 | 0 | 0.25 | 0.31 | 0.13 | 11.3 | 0.5 | 0.73 |
| Hex | DD | A5 | 98 | 0 | 19 | 1F | D | B | 32 | 49 |
| Octal | 335 | 245 | 230 | 0 | 31 | 37 | 15 | 13 | 62 | 111 |
| Binary | 11011101 | 10100101 | 10011000 | 0 | 11001 | 11111 | 1101 | 1011 | 110010 | 1001001 |
Color Harmonies of #DDA598
Complementary color
Monochromatic Colors of #DDA598
Black with #DDA598
Text Example
Text Example
White with #DDA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA598; }
p { color: rgb(221,165,152); }
H1.HeaderClassName
{
color: #DDA598;
}
.AnyTagClassName
{
color: #DDA598;
}
</style>
background-color css
<style>
a { background-color: #DDA598; }
a { background-color: rgb(221,165,152); }
div.DivClassName
{
background-color: #DDA598;
}
.BgClassName
{
background-color: #DDA598;
}
</style>
border-color css
<style>
span { border-color: #DDA598; }
span { border-color: rgb(221,165,152); }
td.TdClassName
{
border-color: #DDA598;
}
.TagClassName
{
border-color: #DDA598;
}
</style>