Shades of Roman #DF6964
Tints of Roman #DF6964
RGB
CMYK
RGB Variations
Color information
#DF6964 (or 0xDF6964) is known color: Roman. HEX triplet: DF, 69 and 64. RGB value is (223,105,100). Sum of RGB (Red+Green+Blue) = 223+105+100=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6964 is #20969B. Grayscale: #8B8B8B. Windows color (decimal): -2135708 or 6580703. OLE color: 6580703.
HSL color Cylindrical-coordinate representation of color #DF6964: hue angle of 2.44º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6964 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 100 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.13 |
| HSL | 2.44º | 0.66% | 0.63% | - |
| HSV(B) | 2.44º | 0.55% | 0.87% | - |
| XYZ | 37.78 | 26.71 | 15.22 | - |
| YUV | 139.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 100 | 0 | 0.53 | 0.55 | 0.13 | 2.44 | 0.66 | 0.63 |
| Hex | DF | 69 | 64 | 0 | 35 | 37 | D | 2 | 42 | 3F |
| Octal | 337 | 151 | 144 | 0 | 65 | 67 | 15 | 2 | 102 | 77 |
| Binary | 11011111 | 1101001 | 1100100 | 0 | 110101 | 110111 | 1101 | 10 | 1000010 | 111111 |
Color Harmonies of #DF6964
Complementary color
Monochromatic Colors of #DF6964
Black with #DF6964
Text Example
Text Example
White with #DF6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6964; }
p { color: rgb(223,105,100); }
H1.HeaderClassName
{
color: #DF6964;
}
.AnyTagClassName
{
color: #DF6964;
}
</style>
background-color css
<style>
a { background-color: #DF6964; }
a { background-color: rgb(223,105,100); }
div.DivClassName
{
background-color: #DF6964;
}
.BgClassName
{
background-color: #DF6964;
}
</style>
border-color css
<style>
span { border-color: #DF6964; }
span { border-color: rgb(223,105,100); }
td.TdClassName
{
border-color: #DF6964;
}
.TagClassName
{
border-color: #DF6964;
}
</style>