Shades of Froly #DC7073
Tints of Froly #DC7073
RGB
CMYK
RGB Variations
Color information
#DC7073 (or 0xDC7073) is known color: Froly. HEX triplet: DC, 70 and 73. RGB value is (220,112,115). Sum of RGB (Red+Green+Blue) = 220+112+115=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7073 is #238F8C. Grayscale: #909090. Windows color (decimal): -2330509 or 7565532. OLE color: 7565532.
HSL color Cylindrical-coordinate representation of color #DC7073: hue angle of 358.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7073 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 112 | 115 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.14 |
| HSL | 358.33º | 0.61% | 0.65% | - |
| HSV(B) | 358.33º | 0.49% | 0.86% | - |
| XYZ | 38.4 | 28.04 | 19.61 | - |
| YUV | 144.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 112 | 115 | 0 | 0.49 | 0.48 | 0.14 | 358.33 | 0.61 | 0.65 |
| Hex | DC | 70 | 73 | 0 | 31 | 30 | E | 166 | 3D | 41 |
| Octal | 334 | 160 | 163 | 0 | 61 | 60 | 16 | 546 | 75 | 101 |
| Binary | 11011100 | 1110000 | 1110011 | 0 | 110001 | 110000 | 1110 | 101100110 | 111101 | 1000001 |
Color Harmonies of #DC7073
Complementary color
Monochromatic Colors of #DC7073
Black with #DC7073
Text Example
Text Example
White with #DC7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7073; }
p { color: rgb(220,112,115); }
H1.HeaderClassName
{
color: #DC7073;
}
.AnyTagClassName
{
color: #DC7073;
}
</style>
background-color css
<style>
a { background-color: #DC7073; }
a { background-color: rgb(220,112,115); }
div.DivClassName
{
background-color: #DC7073;
}
.BgClassName
{
background-color: #DC7073;
}
</style>
border-color css
<style>
span { border-color: #DC7073; }
span { border-color: rgb(220,112,115); }
td.TdClassName
{
border-color: #DC7073;
}
.TagClassName
{
border-color: #DC7073;
}
</style>