Shades of Roman #DF655E
Tints of Roman #DF655E
RGB
CMYK
RGB Variations
Color information
#DF655E (or 0xDF655E) is known color: Roman. HEX triplet: DF, 65 and 5E. RGB value is (223,101,94). Sum of RGB (Red+Green+Blue) = 223+101+94=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF655E is #209AA1. Grayscale: #888888. Windows color (decimal): -2136738 or 6186463. OLE color: 6186463.
HSL color Cylindrical-coordinate representation of color #DF655E: hue angle of 3.26º 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 #DF655E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 94 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.13 |
| HSL | 3.26º | 0.67% | 0.62% | - |
| HSV(B) | 3.26º | 0.58% | 0.87% | - |
| XYZ | 37.11 | 25.8 | 13.61 | - |
| YUV | 136.68 | 103.92 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 94 | 0 | 0.55 | 0.58 | 0.13 | 3.26 | 0.67 | 0.62 |
| Hex | DF | 65 | 5E | 0 | 37 | 3A | D | 3 | 43 | 3E |
| Octal | 337 | 145 | 136 | 0 | 67 | 72 | 15 | 3 | 103 | 76 |
| Binary | 11011111 | 1100101 | 1011110 | 0 | 110111 | 111010 | 1101 | 11 | 1000011 | 111110 |
Color Harmonies of #DF655E
Complementary color
Monochromatic Colors of #DF655E
Black with #DF655E
Text Example
Text Example
White with #DF655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF655E; }
p { color: rgb(223,101,94); }
H1.HeaderClassName
{
color: #DF655E;
}
.AnyTagClassName
{
color: #DF655E;
}
</style>
background-color css
<style>
a { background-color: #DF655E; }
a { background-color: rgb(223,101,94); }
div.DivClassName
{
background-color: #DF655E;
}
.BgClassName
{
background-color: #DF655E;
}
</style>
border-color css
<style>
span { border-color: #DF655E; }
span { border-color: rgb(223,101,94); }
td.TdClassName
{
border-color: #DF655E;
}
.TagClassName
{
border-color: #DF655E;
}
</style>