Shades of Roman #DF6A68
Tints of Roman #DF6A68
RGB
CMYK
RGB Variations
Color information
#DF6A68 (or 0xDF6A68) is known color: Roman. HEX triplet: DF, 6A and 68. RGB value is (223,106,104). Sum of RGB (Red+Green+Blue) = 223+106+104=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A68 is #209597. Grayscale: #8C8C8C. Windows color (decimal): -2135448 or 6843103. OLE color: 6843103.
HSL color Cylindrical-coordinate representation of color #DF6A68: hue angle of 1.01º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6A68 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 104 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.13 |
| HSL | 1.01º | 0.65% | 0.64% | - |
| HSV(B) | 1.01º | 0.53% | 0.87% | - |
| XYZ | 38.08 | 27 | 16.3 | - |
| YUV | 140.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 104 | 0 | 0.52 | 0.53 | 0.13 | 1.01 | 0.65 | 0.64 |
| Hex | DF | 6A | 68 | 0 | 34 | 35 | D | 1 | 41 | 40 |
| Octal | 337 | 152 | 150 | 0 | 64 | 65 | 15 | 1 | 101 | 100 |
| Binary | 11011111 | 1101010 | 1101000 | 0 | 110100 | 110101 | 1101 | 1 | 1000001 | 1000000 |
Color Harmonies of #DF6A68
Complementary color
Monochromatic Colors of #DF6A68
Black with #DF6A68
Text Example
Text Example
White with #DF6A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6A68; }
p { color: rgb(223,106,104); }
H1.HeaderClassName
{
color: #DF6A68;
}
.AnyTagClassName
{
color: #DF6A68;
}
</style>
background-color css
<style>
a { background-color: #DF6A68; }
a { background-color: rgb(223,106,104); }
div.DivClassName
{
background-color: #DF6A68;
}
.BgClassName
{
background-color: #DF6A68;
}
</style>
border-color css
<style>
span { border-color: #DF6A68; }
span { border-color: rgb(223,106,104); }
td.TdClassName
{
border-color: #DF6A68;
}
.TagClassName
{
border-color: #DF6A68;
}
</style>