Shades of Roman #DF665C
Tints of Roman #DF665C
RGB
CMYK
RGB Variations
Color information
#DF665C (or 0xDF665C) is known color: Roman. HEX triplet: DF, 66 and 5C. RGB value is (223,102,92). Sum of RGB (Red+Green+Blue) = 223+102+92=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF665C is #2099A3. Grayscale: #898989. Windows color (decimal): -2136484 or 6055647. OLE color: 6055647.
HSL color Cylindrical-coordinate representation of color #DF665C: hue angle of 4.58º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF665C is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 92 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.13 |
| HSL | 4.58º | 0.67% | 0.62% | - |
| HSV(B) | 4.58º | 0.59% | 0.87% | - |
| XYZ | 37.11 | 25.96 | 13.18 | - |
| YUV | 137.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 92 | 0 | 0.54 | 0.59 | 0.13 | 4.58 | 0.67 | 0.62 |
| Hex | DF | 66 | 5C | 0 | 36 | 3B | D | 5 | 43 | 3E |
| Octal | 337 | 146 | 134 | 0 | 66 | 73 | 15 | 5 | 103 | 76 |
| Binary | 11011111 | 1100110 | 1011100 | 0 | 110110 | 111011 | 1101 | 101 | 1000011 | 111110 |
Color Harmonies of #DF665C
Complementary color
Monochromatic Colors of #DF665C
Black with #DF665C
Text Example
Text Example
White with #DF665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF665C; }
p { color: rgb(223,102,92); }
H1.HeaderClassName
{
color: #DF665C;
}
.AnyTagClassName
{
color: #DF665C;
}
</style>
background-color css
<style>
a { background-color: #DF665C; }
a { background-color: rgb(223,102,92); }
div.DivClassName
{
background-color: #DF665C;
}
.BgClassName
{
background-color: #DF665C;
}
</style>
border-color css
<style>
span { border-color: #DF665C; }
span { border-color: rgb(223,102,92); }
td.TdClassName
{
border-color: #DF665C;
}
.TagClassName
{
border-color: #DF665C;
}
</style>