Shades of Roman #DD6557
Tints of Roman #DD6557
RGB
CMYK
RGB Variations
Color information
#DD6557 (or 0xDD6557) is known color: Roman. HEX triplet: DD, 65 and 57. RGB value is (221,101,87). Sum of RGB (Red+Green+Blue) = 221+101+87=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6557 is #229AA8. Grayscale: #878787. Windows color (decimal): -2267817 or 5727709. OLE color: 5727709.
HSL color Cylindrical-coordinate representation of color #DD6557: hue angle of 6.27º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD6557 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 87 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.13 |
| HSL | 6.27º | 0.66% | 0.6% | - |
| HSV(B) | 6.27º | 0.61% | 0.87% | - |
| XYZ | 36.19 | 25.37 | 12.01 | - |
| YUV | 135.28 | 100.76 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 87 | 0 | 0.54 | 0.61 | 0.13 | 6.27 | 0.66 | 0.6 |
| Hex | DD | 65 | 57 | 0 | 36 | 3D | D | 6 | 42 | 3C |
| Octal | 335 | 145 | 127 | 0 | 66 | 75 | 15 | 6 | 102 | 74 |
| Binary | 11011101 | 1100101 | 1010111 | 0 | 110110 | 111101 | 1101 | 110 | 1000010 | 111100 |
Color Harmonies of #DD6557
Complementary color
Monochromatic Colors of #DD6557
Black with #DD6557
Text Example
Text Example
White with #DD6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6557; }
p { color: rgb(221,101,87); }
H1.HeaderClassName
{
color: #DD6557;
}
.AnyTagClassName
{
color: #DD6557;
}
</style>
background-color css
<style>
a { background-color: #DD6557; }
a { background-color: rgb(221,101,87); }
div.DivClassName
{
background-color: #DD6557;
}
.BgClassName
{
background-color: #DD6557;
}
</style>
border-color css
<style>
span { border-color: #DD6557; }
span { border-color: rgb(221,101,87); }
td.TdClassName
{
border-color: #DD6557;
}
.TagClassName
{
border-color: #DD6557;
}
</style>