Shades of Roman #DF665E
Tints of Roman #DF665E
RGB
CMYK
RGB Variations
Color information
#DF665E (or 0xDF665E) is known color: Roman. HEX triplet: DF, 66 and 5E. RGB value is (223,102,94). Sum of RGB (Red+Green+Blue) = 223+102+94=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF665E is #2099A1. Grayscale: #898989. Windows color (decimal): -2136482 or 6186719. OLE color: 6186719.
HSL color Cylindrical-coordinate representation of color #DF665E: hue angle of 3.72º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF665E is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 94 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.13 |
| HSL | 3.72º | 0.67% | 0.62% | - |
| HSV(B) | 3.72º | 0.58% | 0.87% | - |
| XYZ | 37.2 | 26 | 13.65 | - |
| YUV | 137.27 | 103.59 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 94 | 0 | 0.54 | 0.58 | 0.13 | 3.72 | 0.67 | 0.62 |
| Hex | DF | 66 | 5E | 0 | 36 | 3A | D | 4 | 43 | 3E |
| Octal | 337 | 146 | 136 | 0 | 66 | 72 | 15 | 4 | 103 | 76 |
| Binary | 11011111 | 1100110 | 1011110 | 0 | 110110 | 111010 | 1101 | 100 | 1000011 | 111110 |
Color Harmonies of #DF665E
Complementary color
Monochromatic Colors of #DF665E
Black with #DF665E
Text Example
Text Example
White with #DF665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF665E; }
p { color: rgb(223,102,94); }
H1.HeaderClassName
{
color: #DF665E;
}
.AnyTagClassName
{
color: #DF665E;
}
</style>
background-color css
<style>
a { background-color: #DF665E; }
a { background-color: rgb(223,102,94); }
div.DivClassName
{
background-color: #DF665E;
}
.BgClassName
{
background-color: #DF665E;
}
</style>
border-color css
<style>
span { border-color: #DF665E; }
span { border-color: rgb(223,102,94); }
td.TdClassName
{
border-color: #DF665E;
}
.TagClassName
{
border-color: #DF665E;
}
</style>