Shades of Froly #DC6674
Tints of Froly #DC6674
RGB
CMYK
RGB Variations
Color information
#DC6674 (or 0xDC6674) is known color: Froly. HEX triplet: DC, 66 and 74. RGB value is (220,102,116). Sum of RGB (Red+Green+Blue) = 220+102+116=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6674 is #23998B. Grayscale: #8A8A8A. Windows color (decimal): -2333068 or 7628508. OLE color: 7628508.
HSL color Cylindrical-coordinate representation of color #DC6674: hue angle of 352.88º 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 #DC6674 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 116 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.14 |
| HSL | 352.88º | 0.63% | 0.63% | - |
| HSV(B) | 352.88º | 0.54% | 0.86% | - |
| XYZ | 37.42 | 25.98 | 19.57 | - |
| YUV | 138.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 116 | 0 | 0.54 | 0.47 | 0.14 | 352.88 | 0.63 | 0.63 |
| Hex | DC | 66 | 74 | 0 | 36 | 2F | E | 161 | 3F | 3F |
| Octal | 334 | 146 | 164 | 0 | 66 | 57 | 16 | 541 | 77 | 77 |
| Binary | 11011100 | 1100110 | 1110100 | 0 | 110110 | 101111 | 1110 | 101100001 | 111111 | 111111 |
Color Harmonies of #DC6674
Complementary color
Monochromatic Colors of #DC6674
Black with #DC6674
Text Example
Text Example
White with #DC6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6674; }
p { color: rgb(220,102,116); }
H1.HeaderClassName
{
color: #DC6674;
}
.AnyTagClassName
{
color: #DC6674;
}
</style>
background-color css
<style>
a { background-color: #DC6674; }
a { background-color: rgb(220,102,116); }
div.DivClassName
{
background-color: #DC6674;
}
.BgClassName
{
background-color: #DC6674;
}
</style>
border-color css
<style>
span { border-color: #DC6674; }
span { border-color: rgb(220,102,116); }
td.TdClassName
{
border-color: #DC6674;
}
.TagClassName
{
border-color: #DC6674;
}
</style>