Shades of Roman #DF665D
Tints of Roman #DF665D
RGB
CMYK
RGB Variations
Color information
#DF665D (or 0xDF665D) is known color: Roman. HEX triplet: DF, 66 and 5D. RGB value is (223,102,93). Sum of RGB (Red+Green+Blue) = 223+102+93=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF665D is #2099A2. Grayscale: #898989. Windows color (decimal): -2136483 or 6121183. OLE color: 6121183.
HSL color Cylindrical-coordinate representation of color #DF665D: hue angle of 4.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF665D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 93 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.13 |
| HSL | 4.15º | 0.67% | 0.62% | - |
| HSV(B) | 4.15º | 0.58% | 0.87% | - |
| XYZ | 37.16 | 25.98 | 13.41 | - |
| YUV | 137.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 93 | 0 | 0.54 | 0.58 | 0.13 | 4.15 | 0.67 | 0.62 |
| Hex | DF | 66 | 5D | 0 | 36 | 3A | D | 4 | 43 | 3E |
| Octal | 337 | 146 | 135 | 0 | 66 | 72 | 15 | 4 | 103 | 76 |
| Binary | 11011111 | 1100110 | 1011101 | 0 | 110110 | 111010 | 1101 | 100 | 1000011 | 111110 |
Color Harmonies of #DF665D
Complementary color
Monochromatic Colors of #DF665D
Black with #DF665D
Text Example
Text Example
White with #DF665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF665D; }
p { color: rgb(223,102,93); }
H1.HeaderClassName
{
color: #DF665D;
}
.AnyTagClassName
{
color: #DF665D;
}
</style>
background-color css
<style>
a { background-color: #DF665D; }
a { background-color: rgb(223,102,93); }
div.DivClassName
{
background-color: #DF665D;
}
.BgClassName
{
background-color: #DF665D;
}
</style>
border-color css
<style>
span { border-color: #DF665D; }
span { border-color: rgb(223,102,93); }
td.TdClassName
{
border-color: #DF665D;
}
.TagClassName
{
border-color: #DF665D;
}
</style>