Shades of Froly #DC677C
Tints of Froly #DC677C
RGB
CMYK
RGB Variations
Color information
#DC677C (or 0xDC677C) is known color: Froly. HEX triplet: DC, 67 and 7C. RGB value is (220,103,124). Sum of RGB (Red+Green+Blue) = 220+103+124=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC677C is #239883. Grayscale: #8C8C8C. Windows color (decimal): -2332804 or 8153052. OLE color: 8153052.
HSL color Cylindrical-coordinate representation of color #DC677C: hue angle of 349.23º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC677C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 124 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.14 |
| HSL | 349.23º | 0.63% | 0.63% | - |
| HSV(B) | 349.23º | 0.53% | 0.86% | - |
| XYZ | 38 | 26.37 | 22.16 | - |
| YUV | 140.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 124 | 0 | 0.53 | 0.44 | 0.14 | 349.23 | 0.63 | 0.63 |
| Hex | DC | 67 | 7C | 0 | 35 | 2C | E | 15D | 3F | 3F |
| Octal | 334 | 147 | 174 | 0 | 65 | 54 | 16 | 535 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1111100 | 0 | 110101 | 101100 | 1110 | 101011101 | 111111 | 111111 |
Color Harmonies of #DC677C
Complementary color
Monochromatic Colors of #DC677C
Black with #DC677C
Text Example
Text Example
White with #DC677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC677C; }
p { color: rgb(220,103,124); }
H1.HeaderClassName
{
color: #DC677C;
}
.AnyTagClassName
{
color: #DC677C;
}
</style>
background-color css
<style>
a { background-color: #DC677C; }
a { background-color: rgb(220,103,124); }
div.DivClassName
{
background-color: #DC677C;
}
.BgClassName
{
background-color: #DC677C;
}
</style>
border-color css
<style>
span { border-color: #DC677C; }
span { border-color: rgb(220,103,124); }
td.TdClassName
{
border-color: #DC677C;
}
.TagClassName
{
border-color: #DC677C;
}
</style>