Shades of Roman #DD6959
Tints of Roman #DD6959
RGB
CMYK
RGB Variations
Color information
#DD6959 (or 0xDD6959) is known color: Roman. HEX triplet: DD, 69 and 59. RGB value is (221,105,89). Sum of RGB (Red+Green+Blue) = 221+105+89=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6959 is #2296A6. Grayscale: #8A8A8A. Windows color (decimal): -2266791 or 5859805. OLE color: 5859805.
HSL color Cylindrical-coordinate representation of color #DD6959: hue angle of 7.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD6959 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 89 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.13 |
| HSL | 7.27º | 0.66% | 0.61% | - |
| HSV(B) | 7.27º | 0.6% | 0.87% | - |
| XYZ | 36.67 | 26.2 | 12.57 | - |
| YUV | 137.86 | 100.43 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 89 | 0 | 0.52 | 0.60 | 0.13 | 7.27 | 0.66 | 0.61 |
| Hex | DD | 69 | 59 | 0 | 34 | 3C | D | 7 | 42 | 3D |
| Octal | 335 | 151 | 131 | 0 | 64 | 74 | 15 | 7 | 102 | 75 |
| Binary | 11011101 | 1101001 | 1011001 | 0 | 110100 | 111100 | 1101 | 111 | 1000010 | 111101 |
Color Harmonies of #DD6959
Complementary color
Monochromatic Colors of #DD6959
Black with #DD6959
Text Example
Text Example
White with #DD6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6959; }
p { color: rgb(221,105,89); }
H1.HeaderClassName
{
color: #DD6959;
}
.AnyTagClassName
{
color: #DD6959;
}
</style>
background-color css
<style>
a { background-color: #DD6959; }
a { background-color: rgb(221,105,89); }
div.DivClassName
{
background-color: #DD6959;
}
.BgClassName
{
background-color: #DD6959;
}
</style>
border-color css
<style>
span { border-color: #DD6959; }
span { border-color: rgb(221,105,89); }
td.TdClassName
{
border-color: #DD6959;
}
.TagClassName
{
border-color: #DD6959;
}
</style>