Shades of Froly #DC606C
Tints of Froly #DC606C
RGB
CMYK
RGB Variations
Color information
#DC606C (or 0xDC606C) is known color: Froly. HEX triplet: DC, 60 and 6C. RGB value is (220,96,108). Sum of RGB (Red+Green+Blue) = 220+96+108=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606C is #239F93. Grayscale: #868686. Windows color (decimal): -2334612 or 7102684. OLE color: 7102684.
HSL color Cylindrical-coordinate representation of color #DC606C: hue angle of 354.19º 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 #DC606C is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 108 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.14 |
| HSL | 354.19º | 0.64% | 0.62% | - |
| HSV(B) | 354.19º | 0.56% | 0.86% | - |
| XYZ | 36.4 | 24.66 | 17.03 | - |
| YUV | 134.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 108 | 0 | 0.56 | 0.51 | 0.14 | 354.19 | 0.64 | 0.62 |
| Hex | DC | 60 | 6C | 0 | 38 | 33 | E | 162 | 40 | 3E |
| Octal | 334 | 140 | 154 | 0 | 70 | 63 | 16 | 542 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1101100 | 0 | 111000 | 110011 | 1110 | 101100010 | 1000000 | 111110 |
Color Harmonies of #DC606C
Complementary color
Monochromatic Colors of #DC606C
Black with #DC606C
Text Example
Text Example
White with #DC606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC606C; }
p { color: rgb(220,96,108); }
H1.HeaderClassName
{
color: #DC606C;
}
.AnyTagClassName
{
color: #DC606C;
}
</style>
background-color css
<style>
a { background-color: #DC606C; }
a { background-color: rgb(220,96,108); }
div.DivClassName
{
background-color: #DC606C;
}
.BgClassName
{
background-color: #DC606C;
}
</style>
border-color css
<style>
span { border-color: #DC606C; }
span { border-color: rgb(220,96,108); }
td.TdClassName
{
border-color: #DC606C;
}
.TagClassName
{
border-color: #DC606C;
}
</style>