Shades of Froly #DC676D
Tints of Froly #DC676D
RGB
CMYK
RGB Variations
Color information
#DC676D (or 0xDC676D) is known color: Froly. HEX triplet: DC, 67 and 6D. RGB value is (220,103,109). Sum of RGB (Red+Green+Blue) = 220+103+109=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC676D is #239892. Grayscale: #8A8A8A. Windows color (decimal): -2332819 or 7170012. OLE color: 7170012.
HSL color Cylindrical-coordinate representation of color #DC676D: hue angle of 356.92º 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 #DC676D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 109 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.14 |
| HSL | 356.92º | 0.63% | 0.63% | - |
| HSV(B) | 356.92º | 0.53% | 0.86% | - |
| XYZ | 37.13 | 26.02 | 17.53 | - |
| YUV | 138.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 109 | 0 | 0.53 | 0.50 | 0.14 | 356.92 | 0.63 | 0.63 |
| Hex | DC | 67 | 6D | 0 | 35 | 32 | E | 165 | 3F | 3F |
| Octal | 334 | 147 | 155 | 0 | 65 | 62 | 16 | 545 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1101101 | 0 | 110101 | 110010 | 1110 | 101100101 | 111111 | 111111 |
Color Harmonies of #DC676D
Complementary color
Monochromatic Colors of #DC676D
Black with #DC676D
Text Example
Text Example
White with #DC676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC676D; }
p { color: rgb(220,103,109); }
H1.HeaderClassName
{
color: #DC676D;
}
.AnyTagClassName
{
color: #DC676D;
}
</style>
background-color css
<style>
a { background-color: #DC676D; }
a { background-color: rgb(220,103,109); }
div.DivClassName
{
background-color: #DC676D;
}
.BgClassName
{
background-color: #DC676D;
}
</style>
border-color css
<style>
span { border-color: #DC676D; }
span { border-color: rgb(220,103,109); }
td.TdClassName
{
border-color: #DC676D;
}
.TagClassName
{
border-color: #DC676D;
}
</style>