Shades of Roman #DD6757
Tints of Roman #DD6757
RGB
CMYK
RGB Variations
Color information
#DD6757 (or 0xDD6757) is known color: Roman. HEX triplet: DD, 67 and 57. RGB value is (221,103,87). Sum of RGB (Red+Green+Blue) = 221+103+87=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6757 is #2298A8. Grayscale: #888888. Windows color (decimal): -2267305 or 5728221. OLE color: 5728221.
HSL color Cylindrical-coordinate representation of color #DD6757: hue angle of 7.16º 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 #DD6757 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 87 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.13 |
| HSL | 7.16º | 0.66% | 0.6% | - |
| HSV(B) | 7.16º | 0.61% | 0.87% | - |
| XYZ | 36.39 | 25.76 | 12.07 | - |
| YUV | 136.46 | 100.09 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 87 | 0 | 0.53 | 0.61 | 0.13 | 7.16 | 0.66 | 0.6 |
| Hex | DD | 67 | 57 | 0 | 35 | 3D | D | 7 | 42 | 3C |
| Octal | 335 | 147 | 127 | 0 | 65 | 75 | 15 | 7 | 102 | 74 |
| Binary | 11011101 | 1100111 | 1010111 | 0 | 110101 | 111101 | 1101 | 111 | 1000010 | 111100 |
Color Harmonies of #DD6757
Complementary color
Monochromatic Colors of #DD6757
Black with #DD6757
Text Example
Text Example
White with #DD6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6757; }
p { color: rgb(221,103,87); }
H1.HeaderClassName
{
color: #DD6757;
}
.AnyTagClassName
{
color: #DD6757;
}
</style>
background-color css
<style>
a { background-color: #DD6757; }
a { background-color: rgb(221,103,87); }
div.DivClassName
{
background-color: #DD6757;
}
.BgClassName
{
background-color: #DD6757;
}
</style>
border-color css
<style>
span { border-color: #DD6757; }
span { border-color: rgb(221,103,87); }
td.TdClassName
{
border-color: #DD6757;
}
.TagClassName
{
border-color: #DD6757;
}
</style>