Shades of Roman #DF6965
Tints of Roman #DF6965
RGB
CMYK
RGB Variations
Color information
#DF6965 (or 0xDF6965) is known color: Roman. HEX triplet: DF, 69 and 65. RGB value is (223,105,101). Sum of RGB (Red+Green+Blue) = 223+105+101=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6965 is #20969A. Grayscale: #8B8B8B. Windows color (decimal): -2135707 or 6646239. OLE color: 6646239.
HSL color Cylindrical-coordinate representation of color #DF6965: hue angle of 1.97º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6965 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 101 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.13 |
| HSL | 1.97º | 0.66% | 0.64% | - |
| HSV(B) | 1.97º | 0.55% | 0.87% | - |
| XYZ | 37.83 | 26.73 | 15.48 | - |
| YUV | 139.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 101 | 0 | 0.53 | 0.55 | 0.13 | 1.97 | 0.66 | 0.64 |
| Hex | DF | 69 | 65 | 0 | 35 | 37 | D | 2 | 42 | 40 |
| Octal | 337 | 151 | 145 | 0 | 65 | 67 | 15 | 2 | 102 | 100 |
| Binary | 11011111 | 1101001 | 1100101 | 0 | 110101 | 110111 | 1101 | 10 | 1000010 | 1000000 |
Color Harmonies of #DF6965
Complementary color
Monochromatic Colors of #DF6965
Black with #DF6965
Text Example
Text Example
White with #DF6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6965; }
p { color: rgb(223,105,101); }
H1.HeaderClassName
{
color: #DF6965;
}
.AnyTagClassName
{
color: #DF6965;
}
</style>
background-color css
<style>
a { background-color: #DF6965; }
a { background-color: rgb(223,105,101); }
div.DivClassName
{
background-color: #DF6965;
}
.BgClassName
{
background-color: #DF6965;
}
</style>
border-color css
<style>
span { border-color: #DF6965; }
span { border-color: rgb(223,105,101); }
td.TdClassName
{
border-color: #DF6965;
}
.TagClassName
{
border-color: #DF6965;
}
</style>