Shades of Roman #DD6760
Tints of Roman #DD6760
RGB
CMYK
RGB Variations
Color information
#DD6760 (or 0xDD6760) is known color: Roman. HEX triplet: DD, 67 and 60. RGB value is (221,103,96). Sum of RGB (Red+Green+Blue) = 221+103+96=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6760 is #22989F. Grayscale: #898989. Windows color (decimal): -2267296 or 6318045. OLE color: 6318045.
HSL color Cylindrical-coordinate representation of color #DD6760: hue angle of 3.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6760 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 96 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.13 |
| HSL | 3.36º | 0.65% | 0.62% | - |
| HSV(B) | 3.36º | 0.57% | 0.87% | - |
| XYZ | 36.78 | 25.92 | 14.13 | - |
| YUV | 137.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 96 | 0 | 0.53 | 0.57 | 0.13 | 3.36 | 0.65 | 0.62 |
| Hex | DD | 67 | 60 | 0 | 35 | 39 | D | 3 | 41 | 3E |
| Octal | 335 | 147 | 140 | 0 | 65 | 71 | 15 | 3 | 101 | 76 |
| Binary | 11011101 | 1100111 | 1100000 | 0 | 110101 | 111001 | 1101 | 11 | 1000001 | 111110 |
Color Harmonies of #DD6760
Complementary color
Monochromatic Colors of #DD6760
Black with #DD6760
Text Example
Text Example
White with #DD6760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6760; }
p { color: rgb(221,103,96); }
H1.HeaderClassName
{
color: #DD6760;
}
.AnyTagClassName
{
color: #DD6760;
}
</style>
background-color css
<style>
a { background-color: #DD6760; }
a { background-color: rgb(221,103,96); }
div.DivClassName
{
background-color: #DD6760;
}
.BgClassName
{
background-color: #DD6760;
}
</style>
border-color css
<style>
span { border-color: #DD6760; }
span { border-color: rgb(221,103,96); }
td.TdClassName
{
border-color: #DD6760;
}
.TagClassName
{
border-color: #DD6760;
}
</style>