Shades of Roman #DF655F
Tints of Roman #DF655F
RGB
CMYK
RGB Variations
Color information
#DF655F (or 0xDF655F) is known color: Roman. HEX triplet: DF, 65 and 5F. RGB value is (223,101,95). Sum of RGB (Red+Green+Blue) = 223+101+95=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF655F is #209AA0. Grayscale: #888888. Windows color (decimal): -2136737 or 6251999. OLE color: 6251999.
HSL color Cylindrical-coordinate representation of color #DF655F: hue angle of 2.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF655F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 95 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.13 |
| HSL | 2.81º | 0.67% | 0.62% | - |
| HSV(B) | 2.81º | 0.57% | 0.87% | - |
| XYZ | 37.15 | 25.82 | 13.85 | - |
| YUV | 136.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 95 | 0 | 0.55 | 0.57 | 0.13 | 2.81 | 0.67 | 0.62 |
| Hex | DF | 65 | 5F | 0 | 37 | 39 | D | 3 | 43 | 3E |
| Octal | 337 | 145 | 137 | 0 | 67 | 71 | 15 | 3 | 103 | 76 |
| Binary | 11011111 | 1100101 | 1011111 | 0 | 110111 | 111001 | 1101 | 11 | 1000011 | 111110 |
Color Harmonies of #DF655F
Complementary color
Monochromatic Colors of #DF655F
Black with #DF655F
Text Example
Text Example
White with #DF655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF655F; }
p { color: rgb(223,101,95); }
H1.HeaderClassName
{
color: #DF655F;
}
.AnyTagClassName
{
color: #DF655F;
}
</style>
background-color css
<style>
a { background-color: #DF655F; }
a { background-color: rgb(223,101,95); }
div.DivClassName
{
background-color: #DF655F;
}
.BgClassName
{
background-color: #DF655F;
}
</style>
border-color css
<style>
span { border-color: #DF655F; }
span { border-color: rgb(223,101,95); }
td.TdClassName
{
border-color: #DF655F;
}
.TagClassName
{
border-color: #DF655F;
}
</style>