Shades of Roman #DF695F
Tints of Roman #DF695F
RGB
CMYK
RGB Variations
Color information
#DF695F (or 0xDF695F) is known color: Roman. HEX triplet: DF, 69 and 5F. RGB value is (223,105,95). Sum of RGB (Red+Green+Blue) = 223+105+95=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF695F is #2096A0. Grayscale: #8B8B8B. Windows color (decimal): -2135713 or 6253023. OLE color: 6253023.
HSL color Cylindrical-coordinate representation of color #DF695F: hue angle of 4.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF695F is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 95 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.13 |
| HSL | 4.69º | 0.67% | 0.62% | - |
| HSV(B) | 4.69º | 0.57% | 0.87% | - |
| XYZ | 37.55 | 26.62 | 13.99 | - |
| YUV | 139.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 95 | 0 | 0.53 | 0.57 | 0.13 | 4.69 | 0.67 | 0.62 |
| Hex | DF | 69 | 5F | 0 | 35 | 39 | D | 5 | 43 | 3E |
| Octal | 337 | 151 | 137 | 0 | 65 | 71 | 15 | 5 | 103 | 76 |
| Binary | 11011111 | 1101001 | 1011111 | 0 | 110101 | 111001 | 1101 | 101 | 1000011 | 111110 |
Color Harmonies of #DF695F
Complementary color
Monochromatic Colors of #DF695F
Black with #DF695F
Text Example
Text Example
White with #DF695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF695F; }
p { color: rgb(223,105,95); }
H1.HeaderClassName
{
color: #DF695F;
}
.AnyTagClassName
{
color: #DF695F;
}
</style>
background-color css
<style>
a { background-color: #DF695F; }
a { background-color: rgb(223,105,95); }
div.DivClassName
{
background-color: #DF695F;
}
.BgClassName
{
background-color: #DF695F;
}
</style>
border-color css
<style>
span { border-color: #DF695F; }
span { border-color: rgb(223,105,95); }
td.TdClassName
{
border-color: #DF695F;
}
.TagClassName
{
border-color: #DF695F;
}
</style>