Shades of Roman #DF695C
Tints of Roman #DF695C
RGB
CMYK
RGB Variations
Color information
#DF695C (or 0xDF695C) is known color: Roman. HEX triplet: DF, 69 and 5C. RGB value is (223,105,92). Sum of RGB (Red+Green+Blue) = 223+105+92=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF695C is #2096A3. Grayscale: #8A8A8A. Windows color (decimal): -2135716 or 6056415. OLE color: 6056415.
HSL color Cylindrical-coordinate representation of color #DF695C: hue angle of 5.95º 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 #DF695C is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 92 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.13 |
| HSL | 5.95º | 0.67% | 0.62% | - |
| HSV(B) | 5.95º | 0.59% | 0.87% | - |
| XYZ | 37.41 | 26.56 | 13.28 | - |
| YUV | 138.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 92 | 0 | 0.53 | 0.59 | 0.13 | 5.95 | 0.67 | 0.62 |
| Hex | DF | 69 | 5C | 0 | 35 | 3B | D | 6 | 43 | 3E |
| Octal | 337 | 151 | 134 | 0 | 65 | 73 | 15 | 6 | 103 | 76 |
| Binary | 11011111 | 1101001 | 1011100 | 0 | 110101 | 111011 | 1101 | 110 | 1000011 | 111110 |
Color Harmonies of #DF695C
Complementary color
Monochromatic Colors of #DF695C
Black with #DF695C
Text Example
Text Example
White with #DF695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF695C; }
p { color: rgb(223,105,92); }
H1.HeaderClassName
{
color: #DF695C;
}
.AnyTagClassName
{
color: #DF695C;
}
</style>
background-color css
<style>
a { background-color: #DF695C; }
a { background-color: rgb(223,105,92); }
div.DivClassName
{
background-color: #DF695C;
}
.BgClassName
{
background-color: #DF695C;
}
</style>
border-color css
<style>
span { border-color: #DF695C; }
span { border-color: rgb(223,105,92); }
td.TdClassName
{
border-color: #DF695C;
}
.TagClassName
{
border-color: #DF695C;
}
</style>