Shades of Roman #DD6859
Tints of Roman #DD6859
RGB
CMYK
RGB Variations
Color information
#DD6859 (or 0xDD6859) is known color: Roman. HEX triplet: DD, 68 and 59. RGB value is (221,104,89). Sum of RGB (Red+Green+Blue) = 221+104+89=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6859 is #2297A6. Grayscale: #898989. Windows color (decimal): -2267047 or 5859549. OLE color: 5859549.
HSL color Cylindrical-coordinate representation of color #DD6859: hue angle of 6.82º 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 #DD6859 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 89 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.13 |
| HSL | 6.82º | 0.66% | 0.61% | - |
| HSV(B) | 6.82º | 0.6% | 0.87% | - |
| XYZ | 36.57 | 25.99 | 12.54 | - |
| YUV | 137.27 | 100.76 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 89 | 0 | 0.53 | 0.60 | 0.13 | 6.82 | 0.66 | 0.61 |
| Hex | DD | 68 | 59 | 0 | 35 | 3C | D | 7 | 42 | 3D |
| Octal | 335 | 150 | 131 | 0 | 65 | 74 | 15 | 7 | 102 | 75 |
| Binary | 11011101 | 1101000 | 1011001 | 0 | 110101 | 111100 | 1101 | 111 | 1000010 | 111101 |
Color Harmonies of #DD6859
Complementary color
Monochromatic Colors of #DD6859
Black with #DD6859
Text Example
Text Example
White with #DD6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6859; }
p { color: rgb(221,104,89); }
H1.HeaderClassName
{
color: #DD6859;
}
.AnyTagClassName
{
color: #DD6859;
}
</style>
background-color css
<style>
a { background-color: #DD6859; }
a { background-color: rgb(221,104,89); }
div.DivClassName
{
background-color: #DD6859;
}
.BgClassName
{
background-color: #DD6859;
}
</style>
border-color css
<style>
span { border-color: #DD6859; }
span { border-color: rgb(221,104,89); }
td.TdClassName
{
border-color: #DD6859;
}
.TagClassName
{
border-color: #DD6859;
}
</style>