Shades of Roman #DF655B
Tints of Roman #DF655B
RGB
CMYK
RGB Variations
Color information
#DF655B (or 0xDF655B) is known color: Roman. HEX triplet: DF, 65 and 5B. RGB value is (223,101,91). Sum of RGB (Red+Green+Blue) = 223+101+91=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF655B is #209AA4. Grayscale: #888888. Windows color (decimal): -2136741 or 5989855. OLE color: 5989855.
HSL color Cylindrical-coordinate representation of color #DF655B: hue angle of 4.55º 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 #DF655B is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 101 | 91 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.13 |
| HSL | 4.55º | 0.67% | 0.62% | - |
| HSV(B) | 4.55º | 0.59% | 0.87% | - |
| XYZ | 36.97 | 25.75 | 12.92 | - |
| YUV | 136.34 | 102.42 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 101 | 91 | 0 | 0.55 | 0.59 | 0.13 | 4.55 | 0.67 | 0.62 |
| Hex | DF | 65 | 5B | 0 | 37 | 3B | D | 5 | 43 | 3E |
| Octal | 337 | 145 | 133 | 0 | 67 | 73 | 15 | 5 | 103 | 76 |
| Binary | 11011111 | 1100101 | 1011011 | 0 | 110111 | 111011 | 1101 | 101 | 1000011 | 111110 |
Color Harmonies of #DF655B
Complementary color
Monochromatic Colors of #DF655B
Black with #DF655B
Text Example
Text Example
White with #DF655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF655B; }
p { color: rgb(223,101,91); }
H1.HeaderClassName
{
color: #DF655B;
}
.AnyTagClassName
{
color: #DF655B;
}
</style>
background-color css
<style>
a { background-color: #DF655B; }
a { background-color: rgb(223,101,91); }
div.DivClassName
{
background-color: #DF655B;
}
.BgClassName
{
background-color: #DF655B;
}
</style>
border-color css
<style>
span { border-color: #DF655B; }
span { border-color: rgb(223,101,91); }
td.TdClassName
{
border-color: #DF655B;
}
.TagClassName
{
border-color: #DF655B;
}
</style>