Shades of Froly #DC6876
Tints of Froly #DC6876
RGB
CMYK
RGB Variations
Color information
#DC6876 (or 0xDC6876) is known color: Froly. HEX triplet: DC, 68 and 76. RGB value is (220,104,118). Sum of RGB (Red+Green+Blue) = 220+104+118=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6876 is #239789. Grayscale: #8C8C8C. Windows color (decimal): -2332554 or 7760092. OLE color: 7760092.
HSL color Cylindrical-coordinate representation of color #DC6876: hue angle of 352.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6876 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 118 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 352.76º | 0.62% | 0.64% | - |
| HSV(B) | 352.76º | 0.53% | 0.86% | - |
| XYZ | 37.74 | 26.42 | 20.25 | - |
| YUV | 140.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 118 | 0 | 0.53 | 0.46 | 0.14 | 352.76 | 0.62 | 0.64 |
| Hex | DC | 68 | 76 | 0 | 35 | 2E | E | 161 | 3E | 40 |
| Octal | 334 | 150 | 166 | 0 | 65 | 56 | 16 | 541 | 76 | 100 |
| Binary | 11011100 | 1101000 | 1110110 | 0 | 110101 | 101110 | 1110 | 101100001 | 111110 | 1000000 |
Color Harmonies of #DC6876
Complementary color
Monochromatic Colors of #DC6876
Black with #DC6876
Text Example
Text Example
White with #DC6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6876; }
p { color: rgb(220,104,118); }
H1.HeaderClassName
{
color: #DC6876;
}
.AnyTagClassName
{
color: #DC6876;
}
</style>
background-color css
<style>
a { background-color: #DC6876; }
a { background-color: rgb(220,104,118); }
div.DivClassName
{
background-color: #DC6876;
}
.BgClassName
{
background-color: #DC6876;
}
</style>
border-color css
<style>
span { border-color: #DC6876; }
span { border-color: rgb(220,104,118); }
td.TdClassName
{
border-color: #DC6876;
}
.TagClassName
{
border-color: #DC6876;
}
</style>