Shades of Froly #DC6166
Tints of Froly #DC6166
RGB
CMYK
RGB Variations
Color information
#DC6166 (or 0xDC6166) is known color: Froly. HEX triplet: DC, 61 and 66. RGB value is (220,97,102). Sum of RGB (Red+Green+Blue) = 220+97+102=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6166 is #239E99. Grayscale: #868686. Windows color (decimal): -2334362 or 6709724. OLE color: 6709724.
HSL color Cylindrical-coordinate representation of color #DC6166: hue angle of 357.56º 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 #DC6166 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 102 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.14 |
| HSL | 357.56º | 0.64% | 0.62% | - |
| HSV(B) | 357.56º | 0.56% | 0.86% | - |
| XYZ | 36.19 | 24.72 | 15.44 | - |
| YUV | 134.35 | 109.75 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 102 | 0 | 0.56 | 0.54 | 0.14 | 357.56 | 0.64 | 0.62 |
| Hex | DC | 61 | 66 | 0 | 38 | 36 | E | 166 | 40 | 3E |
| Octal | 334 | 141 | 146 | 0 | 70 | 66 | 16 | 546 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1100110 | 0 | 111000 | 110110 | 1110 | 101100110 | 1000000 | 111110 |
Color Harmonies of #DC6166
Complementary color
Monochromatic Colors of #DC6166
Black with #DC6166
Text Example
Text Example
White with #DC6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6166; }
p { color: rgb(220,97,102); }
H1.HeaderClassName
{
color: #DC6166;
}
.AnyTagClassName
{
color: #DC6166;
}
</style>
background-color css
<style>
a { background-color: #DC6166; }
a { background-color: rgb(220,97,102); }
div.DivClassName
{
background-color: #DC6166;
}
.BgClassName
{
background-color: #DC6166;
}
</style>
border-color css
<style>
span { border-color: #DC6166; }
span { border-color: rgb(220,97,102); }
td.TdClassName
{
border-color: #DC6166;
}
.TagClassName
{
border-color: #DC6166;
}
</style>