Shades of Roman #DF6761
Tints of Roman #DF6761
RGB
CMYK
RGB Variations
Color information
#DF6761 (or 0xDF6761) is known color: Roman. HEX triplet: DF, 67 and 61. RGB value is (223,103,97). Sum of RGB (Red+Green+Blue) = 223+103+97=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6761 is #20989E. Grayscale: #8A8A8A. Windows color (decimal): -2136223 or 6383583. OLE color: 6383583.
HSL color Cylindrical-coordinate representation of color #DF6761: hue angle of 2.86º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6761 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 97 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.13 |
| HSL | 2.86º | 0.66% | 0.63% | - |
| HSV(B) | 2.86º | 0.57% | 0.87% | - |
| XYZ | 37.44 | 26.25 | 14.4 | - |
| YUV | 138.2 | 104.76 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 97 | 0 | 0.54 | 0.57 | 0.13 | 2.86 | 0.66 | 0.63 |
| Hex | DF | 67 | 61 | 0 | 36 | 39 | D | 3 | 42 | 3F |
| Octal | 337 | 147 | 141 | 0 | 66 | 71 | 15 | 3 | 102 | 77 |
| Binary | 11011111 | 1100111 | 1100001 | 0 | 110110 | 111001 | 1101 | 11 | 1000010 | 111111 |
Color Harmonies of #DF6761
Complementary color
Monochromatic Colors of #DF6761
Black with #DF6761
Text Example
Text Example
White with #DF6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6761; }
p { color: rgb(223,103,97); }
H1.HeaderClassName
{
color: #DF6761;
}
.AnyTagClassName
{
color: #DF6761;
}
</style>
background-color css
<style>
a { background-color: #DF6761; }
a { background-color: rgb(223,103,97); }
div.DivClassName
{
background-color: #DF6761;
}
.BgClassName
{
background-color: #DF6761;
}
</style>
border-color css
<style>
span { border-color: #DF6761; }
span { border-color: rgb(223,103,97); }
td.TdClassName
{
border-color: #DF6761;
}
.TagClassName
{
border-color: #DF6761;
}
</style>