Shades of Roman #DD6559
Tints of Roman #DD6559
RGB
CMYK
RGB Variations
Color information
#DD6559 (or 0xDD6559) is known color: Roman. HEX triplet: DD, 65 and 59. RGB value is (221,101,89). Sum of RGB (Red+Green+Blue) = 221+101+89=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6559 is #229AA6. Grayscale: #878787. Windows color (decimal): -2267815 or 5858781. OLE color: 5858781.
HSL color Cylindrical-coordinate representation of color #DD6559: hue angle of 5.45º 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 #DD6559 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 89 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.13 |
| HSL | 5.45º | 0.66% | 0.61% | - |
| HSV(B) | 5.45º | 0.6% | 0.87% | - |
| XYZ | 36.28 | 25.4 | 12.44 | - |
| YUV | 135.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 89 | 0 | 0.54 | 0.60 | 0.13 | 5.45 | 0.66 | 0.61 |
| Hex | DD | 65 | 59 | 0 | 36 | 3C | D | 5 | 42 | 3D |
| Octal | 335 | 145 | 131 | 0 | 66 | 74 | 15 | 5 | 102 | 75 |
| Binary | 11011101 | 1100101 | 1011001 | 0 | 110110 | 111100 | 1101 | 101 | 1000010 | 111101 |
Color Harmonies of #DD6559
Complementary color
Monochromatic Colors of #DD6559
Black with #DD6559
Text Example
Text Example
White with #DD6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6559; }
p { color: rgb(221,101,89); }
H1.HeaderClassName
{
color: #DD6559;
}
.AnyTagClassName
{
color: #DD6559;
}
</style>
background-color css
<style>
a { background-color: #DD6559; }
a { background-color: rgb(221,101,89); }
div.DivClassName
{
background-color: #DD6559;
}
.BgClassName
{
background-color: #DD6559;
}
</style>
border-color css
<style>
span { border-color: #DD6559; }
span { border-color: rgb(221,101,89); }
td.TdClassName
{
border-color: #DD6559;
}
.TagClassName
{
border-color: #DD6559;
}
</style>