Shades of Roman #DF685B
Tints of Roman #DF685B
RGB
CMYK
RGB Variations
Color information
#DF685B (or 0xDF685B) is known color: Roman. HEX triplet: DF, 68 and 5B. RGB value is (223,104,91). Sum of RGB (Red+Green+Blue) = 223+104+91=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF685B is #2097A4. Grayscale: #8A8A8A. Windows color (decimal): -2135973 or 5990623. OLE color: 5990623.
HSL color Cylindrical-coordinate representation of color #DF685B: hue angle of 5.91º 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 #DF685B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 91 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.13 |
| HSL | 5.91º | 0.67% | 0.62% | - |
| HSV(B) | 5.91º | 0.59% | 0.87% | - |
| XYZ | 37.27 | 26.34 | 13.02 | - |
| YUV | 138.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 91 | 0 | 0.53 | 0.59 | 0.13 | 5.91 | 0.67 | 0.62 |
| Hex | DF | 68 | 5B | 0 | 35 | 3B | D | 6 | 43 | 3E |
| Octal | 337 | 150 | 133 | 0 | 65 | 73 | 15 | 6 | 103 | 76 |
| Binary | 11011111 | 1101000 | 1011011 | 0 | 110101 | 111011 | 1101 | 110 | 1000011 | 111110 |
Color Harmonies of #DF685B
Complementary color
Monochromatic Colors of #DF685B
Black with #DF685B
Text Example
Text Example
White with #DF685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF685B; }
p { color: rgb(223,104,91); }
H1.HeaderClassName
{
color: #DF685B;
}
.AnyTagClassName
{
color: #DF685B;
}
</style>
background-color css
<style>
a { background-color: #DF685B; }
a { background-color: rgb(223,104,91); }
div.DivClassName
{
background-color: #DF685B;
}
.BgClassName
{
background-color: #DF685B;
}
</style>
border-color css
<style>
span { border-color: #DF685B; }
span { border-color: rgb(223,104,91); }
td.TdClassName
{
border-color: #DF685B;
}
.TagClassName
{
border-color: #DF685B;
}
</style>