Shades of Froly #DC666D
Tints of Froly #DC666D
RGB
CMYK
RGB Variations
Color information
#DC666D (or 0xDC666D) is known color: Froly. HEX triplet: DC, 66 and 6D. RGB value is (220,102,109). Sum of RGB (Red+Green+Blue) = 220+102+109=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC666D is #239992. Grayscale: #8A8A8A. Windows color (decimal): -2333075 or 7169756. OLE color: 7169756.
HSL color Cylindrical-coordinate representation of color #DC666D: hue angle of 356.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC666D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 109 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.14 |
| HSL | 356.44º | 0.63% | 0.63% | - |
| HSV(B) | 356.44º | 0.54% | 0.86% | - |
| XYZ | 37.03 | 25.82 | 17.5 | - |
| YUV | 138.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 109 | 0 | 0.54 | 0.50 | 0.14 | 356.44 | 0.63 | 0.63 |
| Hex | DC | 66 | 6D | 0 | 36 | 32 | E | 164 | 3F | 3F |
| Octal | 334 | 146 | 155 | 0 | 66 | 62 | 16 | 544 | 77 | 77 |
| Binary | 11011100 | 1100110 | 1101101 | 0 | 110110 | 110010 | 1110 | 101100100 | 111111 | 111111 |
Color Harmonies of #DC666D
Complementary color
Monochromatic Colors of #DC666D
Black with #DC666D
Text Example
Text Example
White with #DC666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC666D; }
p { color: rgb(220,102,109); }
H1.HeaderClassName
{
color: #DC666D;
}
.AnyTagClassName
{
color: #DC666D;
}
</style>
background-color css
<style>
a { background-color: #DC666D; }
a { background-color: rgb(220,102,109); }
div.DivClassName
{
background-color: #DC666D;
}
.BgClassName
{
background-color: #DC666D;
}
</style>
border-color css
<style>
span { border-color: #DC666D; }
span { border-color: rgb(220,102,109); }
td.TdClassName
{
border-color: #DC666D;
}
.TagClassName
{
border-color: #DC666D;
}
</style>