Shades of Froly #DC606D
Tints of Froly #DC606D
RGB
CMYK
RGB Variations
Color information
#DC606D (or 0xDC606D) is known color: Froly. HEX triplet: DC, 60 and 6D. RGB value is (220,96,109). Sum of RGB (Red+Green+Blue) = 220+96+109=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606D is #239F92. Grayscale: #868686. Windows color (decimal): -2334611 or 7168220. OLE color: 7168220.
HSL color Cylindrical-coordinate representation of color #DC606D: hue angle of 353.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC606D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 109 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.14 |
| HSL | 353.71º | 0.64% | 0.62% | - |
| HSV(B) | 353.71º | 0.56% | 0.86% | - |
| XYZ | 36.46 | 24.69 | 17.31 | - |
| YUV | 134.56 | 113.58 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 109 | 0 | 0.56 | 0.50 | 0.14 | 353.71 | 0.64 | 0.62 |
| Hex | DC | 60 | 6D | 0 | 38 | 32 | E | 162 | 40 | 3E |
| Octal | 334 | 140 | 155 | 0 | 70 | 62 | 16 | 542 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1101101 | 0 | 111000 | 110010 | 1110 | 101100010 | 1000000 | 111110 |
Color Harmonies of #DC606D
Complementary color
Monochromatic Colors of #DC606D
Black with #DC606D
Text Example
Text Example
White with #DC606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC606D; }
p { color: rgb(220,96,109); }
H1.HeaderClassName
{
color: #DC606D;
}
.AnyTagClassName
{
color: #DC606D;
}
</style>
background-color css
<style>
a { background-color: #DC606D; }
a { background-color: rgb(220,96,109); }
div.DivClassName
{
background-color: #DC606D;
}
.BgClassName
{
background-color: #DC606D;
}
</style>
border-color css
<style>
span { border-color: #DC606D; }
span { border-color: rgb(220,96,109); }
td.TdClassName
{
border-color: #DC606D;
}
.TagClassName
{
border-color: #DC606D;
}
</style>