Shades of Froly #DC6364
Tints of Froly #DC6364
RGB
CMYK
RGB Variations
Color information
#DC6364 (or 0xDC6364) is known color: Froly. HEX triplet: DC, 63 and 64. RGB value is (220,99,100). Sum of RGB (Red+Green+Blue) = 220+99+100=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6364 is #239C9B. Grayscale: #878787. Windows color (decimal): -2333852 or 6579164. OLE color: 6579164.
HSL color Cylindrical-coordinate representation of color #DC6364: hue angle of 359.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6364 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 100 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.14 |
| HSL | 359.5º | 0.63% | 0.63% | - |
| HSV(B) | 359.5º | 0.55% | 0.86% | - |
| XYZ | 36.28 | 25.06 | 14.98 | - |
| YUV | 135.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 100 | 0 | 0.55 | 0.55 | 0.14 | 359.5 | 0.63 | 0.63 |
| Hex | DC | 63 | 64 | 0 | 37 | 37 | E | 168 | 3F | 3F |
| Octal | 334 | 143 | 144 | 0 | 67 | 67 | 16 | 550 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1100100 | 0 | 110111 | 110111 | 1110 | 101101000 | 111111 | 111111 |
Color Harmonies of #DC6364
Complementary color
Monochromatic Colors of #DC6364
Black with #DC6364
Text Example
Text Example
White with #DC6364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6364; }
p { color: rgb(220,99,100); }
H1.HeaderClassName
{
color: #DC6364;
}
.AnyTagClassName
{
color: #DC6364;
}
</style>
background-color css
<style>
a { background-color: #DC6364; }
a { background-color: rgb(220,99,100); }
div.DivClassName
{
background-color: #DC6364;
}
.BgClassName
{
background-color: #DC6364;
}
</style>
border-color css
<style>
span { border-color: #DC6364; }
span { border-color: rgb(220,99,100); }
td.TdClassName
{
border-color: #DC6364;
}
.TagClassName
{
border-color: #DC6364;
}
</style>