Shades of Roman #DF675C
Tints of Roman #DF675C
RGB
CMYK
RGB Variations
Color information
#DF675C (or 0xDF675C) is known color: Roman. HEX triplet: DF, 67 and 5C. RGB value is (223,103,92). Sum of RGB (Red+Green+Blue) = 223+103+92=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF675C is #2098A3. Grayscale: #898989. Windows color (decimal): -2136228 or 6055903. OLE color: 6055903.
HSL color Cylindrical-coordinate representation of color #DF675C: hue angle of 5.04º 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 #DF675C is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 92 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.13 |
| HSL | 5.04º | 0.67% | 0.62% | - |
| HSV(B) | 5.04º | 0.59% | 0.87% | - |
| XYZ | 37.21 | 26.16 | 13.21 | - |
| YUV | 137.63 | 102.26 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 92 | 0 | 0.54 | 0.59 | 0.13 | 5.04 | 0.67 | 0.62 |
| Hex | DF | 67 | 5C | 0 | 36 | 3B | D | 5 | 43 | 3E |
| Octal | 337 | 147 | 134 | 0 | 66 | 73 | 15 | 5 | 103 | 76 |
| Binary | 11011111 | 1100111 | 1011100 | 0 | 110110 | 111011 | 1101 | 101 | 1000011 | 111110 |
Color Harmonies of #DF675C
Complementary color
Monochromatic Colors of #DF675C
Black with #DF675C
Text Example
Text Example
White with #DF675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF675C; }
p { color: rgb(223,103,92); }
H1.HeaderClassName
{
color: #DF675C;
}
.AnyTagClassName
{
color: #DF675C;
}
</style>
background-color css
<style>
a { background-color: #DF675C; }
a { background-color: rgb(223,103,92); }
div.DivClassName
{
background-color: #DF675C;
}
.BgClassName
{
background-color: #DF675C;
}
</style>
border-color css
<style>
span { border-color: #DF675C; }
span { border-color: rgb(223,103,92); }
td.TdClassName
{
border-color: #DF675C;
}
.TagClassName
{
border-color: #DF675C;
}
</style>