Shades of Roman #DF6765
Tints of Roman #DF6765
RGB
CMYK
RGB Variations
Color information
#DF6765 (or 0xDF6765) is known color: Roman. HEX triplet: DF, 67 and 65. RGB value is (223,103,101). Sum of RGB (Red+Green+Blue) = 223+103+101=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6765 is #20989A. Grayscale: #8A8A8A. Windows color (decimal): -2136219 or 6645727. OLE color: 6645727.
HSL color Cylindrical-coordinate representation of color #DF6765: hue angle of 0.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6765 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 101 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.13 |
| HSL | 0.98º | 0.66% | 0.64% | - |
| HSV(B) | 0.98º | 0.55% | 0.87% | - |
| XYZ | 37.63 | 26.33 | 15.41 | - |
| YUV | 138.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 101 | 0 | 0.54 | 0.55 | 0.13 | 0.98 | 0.66 | 0.64 |
| Hex | DF | 67 | 65 | 0 | 36 | 37 | D | 1 | 42 | 40 |
| Octal | 337 | 147 | 145 | 0 | 66 | 67 | 15 | 1 | 102 | 100 |
| Binary | 11011111 | 1100111 | 1100101 | 0 | 110110 | 110111 | 1101 | 1 | 1000010 | 1000000 |
Color Harmonies of #DF6765
Complementary color
Monochromatic Colors of #DF6765
Black with #DF6765
Text Example
Text Example
White with #DF6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6765; }
p { color: rgb(223,103,101); }
H1.HeaderClassName
{
color: #DF6765;
}
.AnyTagClassName
{
color: #DF6765;
}
</style>
background-color css
<style>
a { background-color: #DF6765; }
a { background-color: rgb(223,103,101); }
div.DivClassName
{
background-color: #DF6765;
}
.BgClassName
{
background-color: #DF6765;
}
</style>
border-color css
<style>
span { border-color: #DF6765; }
span { border-color: rgb(223,103,101); }
td.TdClassName
{
border-color: #DF6765;
}
.TagClassName
{
border-color: #DF6765;
}
</style>