Shades of Roman #DD6766
Tints of Roman #DD6766
RGB
CMYK
RGB Variations
Color information
#DD6766 (or 0xDD6766) is known color: Roman. HEX triplet: DD, 67 and 66. RGB value is (221,103,102). Sum of RGB (Red+Green+Blue) = 221+103+102=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6766 is #229899. Grayscale: #8A8A8A. Windows color (decimal): -2267290 or 6711261. OLE color: 6711261.
HSL color Cylindrical-coordinate representation of color #DD6766: hue angle of 0.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6766 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 102 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.13 |
| HSL | 0.5º | 0.64% | 0.63% | - |
| HSV(B) | 0.5º | 0.54% | 0.87% | - |
| XYZ | 37.07 | 26.03 | 15.64 | - |
| YUV | 138.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 102 | 0 | 0.53 | 0.54 | 0.13 | 0.5 | 0.64 | 0.63 |
| Hex | DD | 67 | 66 | 0 | 35 | 36 | D | 1 | 40 | 3F |
| Octal | 335 | 147 | 146 | 0 | 65 | 66 | 15 | 1 | 100 | 77 |
| Binary | 11011101 | 1100111 | 1100110 | 0 | 110101 | 110110 | 1101 | 1 | 1000000 | 111111 |
Color Harmonies of #DD6766
Complementary color
Monochromatic Colors of #DD6766
Black with #DD6766
Text Example
Text Example
White with #DD6766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6766; }
p { color: rgb(221,103,102); }
H1.HeaderClassName
{
color: #DD6766;
}
.AnyTagClassName
{
color: #DD6766;
}
</style>
background-color css
<style>
a { background-color: #DD6766; }
a { background-color: rgb(221,103,102); }
div.DivClassName
{
background-color: #DD6766;
}
.BgClassName
{
background-color: #DD6766;
}
</style>
border-color css
<style>
span { border-color: #DD6766; }
span { border-color: rgb(221,103,102); }
td.TdClassName
{
border-color: #DD6766;
}
.TagClassName
{
border-color: #DD6766;
}
</style>