Shades of Roman #DF6764
Tints of Roman #DF6764
RGB
CMYK
RGB Variations
Color information
#DF6764 (or 0xDF6764) is known color: Roman. HEX triplet: DF, 67 and 64. RGB value is (223,103,100). Sum of RGB (Red+Green+Blue) = 223+103+100=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6764 is #20989B. Grayscale: #8A8A8A. Windows color (decimal): -2136220 or 6580191. OLE color: 6580191.
HSL color Cylindrical-coordinate representation of color #DF6764: hue angle of 1.46º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6764 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 100 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.13 |
| HSL | 1.46º | 0.66% | 0.63% | - |
| HSV(B) | 1.46º | 0.55% | 0.87% | - |
| XYZ | 37.58 | 26.31 | 15.15 | - |
| YUV | 138.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 100 | 0 | 0.54 | 0.55 | 0.13 | 1.46 | 0.66 | 0.63 |
| Hex | DF | 67 | 64 | 0 | 36 | 37 | D | 1 | 42 | 3F |
| Octal | 337 | 147 | 144 | 0 | 66 | 67 | 15 | 1 | 102 | 77 |
| Binary | 11011111 | 1100111 | 1100100 | 0 | 110110 | 110111 | 1101 | 1 | 1000010 | 111111 |
Color Harmonies of #DF6764
Complementary color
Monochromatic Colors of #DF6764
Black with #DF6764
Text Example
Text Example
White with #DF6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6764; }
p { color: rgb(223,103,100); }
H1.HeaderClassName
{
color: #DF6764;
}
.AnyTagClassName
{
color: #DF6764;
}
</style>
background-color css
<style>
a { background-color: #DF6764; }
a { background-color: rgb(223,103,100); }
div.DivClassName
{
background-color: #DF6764;
}
.BgClassName
{
background-color: #DF6764;
}
</style>
border-color css
<style>
span { border-color: #DF6764; }
span { border-color: rgb(223,103,100); }
td.TdClassName
{
border-color: #DF6764;
}
.TagClassName
{
border-color: #DF6764;
}
</style>