Shades of Roman #DD6759
Tints of Roman #DD6759
RGB
CMYK
RGB Variations
Color information
#DD6759 (or 0xDD6759) is known color: Roman. HEX triplet: DD, 67 and 59. RGB value is (221,103,89). Sum of RGB (Red+Green+Blue) = 221+103+89=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6759 is #2298A6. Grayscale: #888888. Windows color (decimal): -2267303 or 5859293. OLE color: 5859293.
HSL color Cylindrical-coordinate representation of color #DD6759: hue angle of 6.36º 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 #DD6759 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 89 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.13 |
| HSL | 6.36º | 0.66% | 0.61% | - |
| HSV(B) | 6.36º | 0.6% | 0.87% | - |
| XYZ | 36.47 | 25.79 | 12.51 | - |
| YUV | 136.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 89 | 0 | 0.53 | 0.60 | 0.13 | 6.36 | 0.66 | 0.61 |
| Hex | DD | 67 | 59 | 0 | 35 | 3C | D | 6 | 42 | 3D |
| Octal | 335 | 147 | 131 | 0 | 65 | 74 | 15 | 6 | 102 | 75 |
| Binary | 11011101 | 1100111 | 1011001 | 0 | 110101 | 111100 | 1101 | 110 | 1000010 | 111101 |
Color Harmonies of #DD6759
Complementary color
Monochromatic Colors of #DD6759
Black with #DD6759
Text Example
Text Example
White with #DD6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6759; }
p { color: rgb(221,103,89); }
H1.HeaderClassName
{
color: #DD6759;
}
.AnyTagClassName
{
color: #DD6759;
}
</style>
background-color css
<style>
a { background-color: #DD6759; }
a { background-color: rgb(221,103,89); }
div.DivClassName
{
background-color: #DD6759;
}
.BgClassName
{
background-color: #DD6759;
}
</style>
border-color css
<style>
span { border-color: #DD6759; }
span { border-color: rgb(221,103,89); }
td.TdClassName
{
border-color: #DD6759;
}
.TagClassName
{
border-color: #DD6759;
}
</style>