Shades of Roman #DD6761
Tints of Roman #DD6761
RGB
CMYK
RGB Variations
Color information
#DD6761 (or 0xDD6761) is known color: Roman. HEX triplet: DD, 67 and 61. RGB value is (221,103,97). Sum of RGB (Red+Green+Blue) = 221+103+97=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6761 is #22989E. Grayscale: #898989. Windows color (decimal): -2267295 or 6383581. OLE color: 6383581.
HSL color Cylindrical-coordinate representation of color #DD6761: hue angle of 2.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6761 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 97 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.13 |
| HSL | 2.9º | 0.65% | 0.62% | - |
| HSV(B) | 2.9º | 0.56% | 0.87% | - |
| XYZ | 36.83 | 25.94 | 14.37 | - |
| YUV | 137.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 97 | 0 | 0.53 | 0.56 | 0.13 | 2.9 | 0.65 | 0.62 |
| Hex | DD | 67 | 61 | 0 | 35 | 38 | D | 3 | 41 | 3E |
| Octal | 335 | 147 | 141 | 0 | 65 | 70 | 15 | 3 | 101 | 76 |
| Binary | 11011101 | 1100111 | 1100001 | 0 | 110101 | 111000 | 1101 | 11 | 1000001 | 111110 |
Color Harmonies of #DD6761
Complementary color
Monochromatic Colors of #DD6761
Black with #DD6761
Text Example
Text Example
White with #DD6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6761; }
p { color: rgb(221,103,97); }
H1.HeaderClassName
{
color: #DD6761;
}
.AnyTagClassName
{
color: #DD6761;
}
</style>
background-color css
<style>
a { background-color: #DD6761; }
a { background-color: rgb(221,103,97); }
div.DivClassName
{
background-color: #DD6761;
}
.BgClassName
{
background-color: #DD6761;
}
</style>
border-color css
<style>
span { border-color: #DD6761; }
span { border-color: rgb(221,103,97); }
td.TdClassName
{
border-color: #DD6761;
}
.TagClassName
{
border-color: #DD6761;
}
</style>