Shades of Froly #DC6C76
Tints of Froly #DC6C76
RGB
CMYK
RGB Variations
Color information
#DC6C76 (or 0xDC6C76) is known color: Froly. HEX triplet: DC, 6C and 76. RGB value is (220,108,118). Sum of RGB (Red+Green+Blue) = 220+108+118=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C76 is #239389. Grayscale: #8E8E8E. Windows color (decimal): -2331530 or 7761116. OLE color: 7761116.
HSL color Cylindrical-coordinate representation of color #DC6C76: hue angle of 354.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6C76 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 118 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.14 |
| HSL | 354.64º | 0.62% | 0.64% | - |
| HSV(B) | 354.64º | 0.51% | 0.86% | - |
| XYZ | 38.15 | 27.25 | 20.39 | - |
| YUV | 142.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 118 | 0 | 0.51 | 0.46 | 0.14 | 354.64 | 0.62 | 0.64 |
| Hex | DC | 6C | 76 | 0 | 33 | 2E | E | 163 | 3E | 40 |
| Octal | 334 | 154 | 166 | 0 | 63 | 56 | 16 | 543 | 76 | 100 |
| Binary | 11011100 | 1101100 | 1110110 | 0 | 110011 | 101110 | 1110 | 101100011 | 111110 | 1000000 |
Color Harmonies of #DC6C76
Complementary color
Monochromatic Colors of #DC6C76
Black with #DC6C76
Text Example
Text Example
White with #DC6C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C76; }
p { color: rgb(220,108,118); }
H1.HeaderClassName
{
color: #DC6C76;
}
.AnyTagClassName
{
color: #DC6C76;
}
</style>
background-color css
<style>
a { background-color: #DC6C76; }
a { background-color: rgb(220,108,118); }
div.DivClassName
{
background-color: #DC6C76;
}
.BgClassName
{
background-color: #DC6C76;
}
</style>
border-color css
<style>
span { border-color: #DC6C76; }
span { border-color: rgb(220,108,118); }
td.TdClassName
{
border-color: #DC6C76;
}
.TagClassName
{
border-color: #DC6C76;
}
</style>