Shades of Roman #DF655C
Tints of Roman #DF655C
RGB
CMYK
RGB Variations
Color information
#DF655C (or 0xDF655C) is known color: Roman. HEX triplet: DF, 65 and 5C. RGB value is (223,101,92). Sum of RGB (Red+Green+Blue) = 223+101+92=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF655C is #209AA3. Grayscale: #888888. Windows color (decimal): -2136740 or 6055391. OLE color: 6055391.
HSL color Cylindrical-coordinate representation of color #DF655C: hue angle of 4.12º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF655C is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 92 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.13 |
| HSL | 4.12º | 0.67% | 0.62% | - |
| HSV(B) | 4.12º | 0.59% | 0.87% | - |
| XYZ | 37.02 | 25.77 | 13.15 | - |
| YUV | 136.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 92 | 0 | 0.55 | 0.59 | 0.13 | 4.12 | 0.67 | 0.62 |
| Hex | DF | 65 | 5C | 0 | 37 | 3B | D | 4 | 43 | 3E |
| Octal | 337 | 145 | 134 | 0 | 67 | 73 | 15 | 4 | 103 | 76 |
| Binary | 11011111 | 1100101 | 1011100 | 0 | 110111 | 111011 | 1101 | 100 | 1000011 | 111110 |
Color Harmonies of #DF655C
Complementary color
Monochromatic Colors of #DF655C
Black with #DF655C
Text Example
Text Example
White with #DF655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF655C; }
p { color: rgb(223,101,92); }
H1.HeaderClassName
{
color: #DF655C;
}
.AnyTagClassName
{
color: #DF655C;
}
</style>
background-color css
<style>
a { background-color: #DF655C; }
a { background-color: rgb(223,101,92); }
div.DivClassName
{
background-color: #DF655C;
}
.BgClassName
{
background-color: #DF655C;
}
</style>
border-color css
<style>
span { border-color: #DF655C; }
span { border-color: rgb(223,101,92); }
td.TdClassName
{
border-color: #DF655C;
}
.TagClassName
{
border-color: #DF655C;
}
</style>