Shades of Roman #DD6B67
Tints of Roman #DD6B67
RGB
CMYK
RGB Variations
Color information
#DD6B67 (or 0xDD6B67) is known color: Roman. HEX triplet: DD, 6B and 67. RGB value is (221,107,103). Sum of RGB (Red+Green+Blue) = 221+107+103=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B67 is #229498. Grayscale: #8C8C8C. Windows color (decimal): -2266265 or 6777821. OLE color: 6777821.
HSL color Cylindrical-coordinate representation of color #DD6B67: hue angle of 2.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6B67 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 103 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.13 |
| HSL | 2.03º | 0.63% | 0.64% | - |
| HSV(B) | 2.03º | 0.53% | 0.87% | - |
| XYZ | 37.52 | 26.87 | 16.04 | - |
| YUV | 140.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 103 | 0 | 0.52 | 0.53 | 0.13 | 2.03 | 0.63 | 0.64 |
| Hex | DD | 6B | 67 | 0 | 34 | 35 | D | 2 | 3F | 40 |
| Octal | 335 | 153 | 147 | 0 | 64 | 65 | 15 | 2 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1100111 | 0 | 110100 | 110101 | 1101 | 10 | 111111 | 1000000 |
Color Harmonies of #DD6B67
Complementary color
Monochromatic Colors of #DD6B67
Black with #DD6B67
Text Example
Text Example
White with #DD6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B67; }
p { color: rgb(221,107,103); }
H1.HeaderClassName
{
color: #DD6B67;
}
.AnyTagClassName
{
color: #DD6B67;
}
</style>
background-color css
<style>
a { background-color: #DD6B67; }
a { background-color: rgb(221,107,103); }
div.DivClassName
{
background-color: #DD6B67;
}
.BgClassName
{
background-color: #DD6B67;
}
</style>
border-color css
<style>
span { border-color: #DD6B67; }
span { border-color: rgb(221,107,103); }
td.TdClassName
{
border-color: #DD6B67;
}
.TagClassName
{
border-color: #DD6B67;
}
</style>