Shades of Froly #DC6264
Tints of Froly #DC6264
RGB
CMYK
RGB Variations
Color information
#DC6264 (or 0xDC6264) is known color: Froly. HEX triplet: DC, 62 and 64. RGB value is (220,98,100). Sum of RGB (Red+Green+Blue) = 220+98+100=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6264 is #239D9B. Grayscale: #868686. Windows color (decimal): -2334108 or 6578908. OLE color: 6578908.
HSL color Cylindrical-coordinate representation of color #DC6264: hue angle of 359.02º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6264 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 100 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.14 |
| HSL | 359.02º | 0.64% | 0.62% | - |
| HSV(B) | 359.02º | 0.55% | 0.86% | - |
| XYZ | 36.18 | 24.87 | 14.95 | - |
| YUV | 134.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 100 | 0 | 0.55 | 0.55 | 0.14 | 359.02 | 0.64 | 0.62 |
| Hex | DC | 62 | 64 | 0 | 37 | 37 | E | 167 | 40 | 3E |
| Octal | 334 | 142 | 144 | 0 | 67 | 67 | 16 | 547 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1100100 | 0 | 110111 | 110111 | 1110 | 101100111 | 1000000 | 111110 |
Color Harmonies of #DC6264
Complementary color
Monochromatic Colors of #DC6264
Black with #DC6264
Text Example
Text Example
White with #DC6264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6264; }
p { color: rgb(220,98,100); }
H1.HeaderClassName
{
color: #DC6264;
}
.AnyTagClassName
{
color: #DC6264;
}
</style>
background-color css
<style>
a { background-color: #DC6264; }
a { background-color: rgb(220,98,100); }
div.DivClassName
{
background-color: #DC6264;
}
.BgClassName
{
background-color: #DC6264;
}
</style>
border-color css
<style>
span { border-color: #DC6264; }
span { border-color: rgb(220,98,100); }
td.TdClassName
{
border-color: #DC6264;
}
.TagClassName
{
border-color: #DC6264;
}
</style>